POST api/BxEcuadorTypeIdValidator
Request Information
URI Parameters
None.
Body Parameters
BxEcuadorTypeIdValidatorPostDataName | Description | Type | Additional information |
---|---|---|---|
FiscalClientNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "fiscalClientNumber": "sample string 1" }
Response Information
Resource Description
BxEcuadorTypeIdValidatorPostResultName | Description | Type | Additional information |
---|---|---|---|
ResponseCode | BxEcuadorTypeIdValidatorPostExceptionType |
None. |
|
ResponseMessage | string |
None. |
|
ResponseData | BxEcuadorTypeIdValidatorResponseData |
None. |
Response Formats
application/json, text/json
Sample:
{ "responseCode": 0, "responseMessage": "sample string 1", "responseData": { "fiscalClientNumber": "sample string 1", "fiscalClientNumberTypeId": 1 } }