POST api/PaymentsNoSalesForceValidate
Request Information
URI Parameters
None.
Body Parameters
PaymentsNoSalesForceValidatePostDataName | Description | Type | Additional information |
---|---|---|---|
Identification | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "identification": "sample string 1" }
Response Information
Resource Description
PaymentsNoSalesForceValidatePostResultName | Description | Type | Additional information |
---|---|---|---|
ResponseCode | PaymentsNoSalesForceValidateResponseType |
None. |
|
SpecialityCode | string |
None. |
|
EmailFrom | string |
None. |
|
ResponseMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "responseCode": 0, "specialityCode": "sample string 1", "emailFrom": "sample string 2", "responseMessage": "sample string 3" }