POST api/BxEcuadorTypeIdValidator

Request Information

URI Parameters

None.

Body Parameters

BxEcuadorTypeIdValidatorPostData
NameDescriptionTypeAdditional information
FiscalClientNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fiscalClientNumber": "sample string 1"
}

Response Information

Resource Description

BxEcuadorTypeIdValidatorPostResult
NameDescriptionTypeAdditional 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
  }
}