POST api/PaymentsNoSalesForceValidate
Request Information
URI Parameters
None.
Body Parameters
PaymentsNoSalesForceValidatePostData| Name | Description | Type | Additional information |
|---|---|---|---|
| Identification | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"identification": "sample string 1"
}
Response Information
Resource Description
PaymentsNoSalesForceValidatePostResult| Name | 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"
}