POST api/Consultas
Request Information
URI Parameters
None.
Body Parameters
DataToAuthorityName | Description | Type | Additional information |
---|---|---|---|
TaxCode | string |
None. |
|
Country | string |
None. |
|
Clave | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaxCode": "sample string 1", "Country": "sample string 2", "Clave": "sample string 3" }
application/xml, text/xml
Sample:
<DataToAuthority xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Global.Gosocket.LegacySoapService.Controllers"> <Clave>sample string 3</Clave> <Country>sample string 2</Country> <TaxCode>sample string 1</TaxCode> </DataToAuthority>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataToAuthorityName | Description | Type | Additional information |
---|---|---|---|
TaxCode | string |
None. |
|
Country | string |
None. |
|
Clave | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "TaxCode": "sample string 1", "Country": "sample string 2", "Clave": "sample string 3" }
application/xml, text/xml
Sample:
<DataToAuthority xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Global.Gosocket.LegacySoapService.Controllers"> <Clave>sample string 3</Clave> <Country>sample string 2</Country> <TaxCode>sample string 1</TaxCode> </DataToAuthority>