GET api/siteds/get-consulta-aseg-cod
Request Information
URI Parameters
None.
Body Parameters
SitedsRequestName | Description | Type | Additional information |
---|---|---|---|
co_iafa | string |
None. |
|
tx_peticion | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "co_iafa": "sample string 1", "tx_peticion": "sample string 2" }
application/xml, text/xml
Sample:
<SitedsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/sites2.Controllers"> <co_iafa>sample string 1</co_iafa> <tx_peticion>sample string 2</tx_peticion> </SitedsRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApidsCallResponseName | Description | Type | Additional information |
---|---|---|---|
success | boolean |
None. |
|
data | SitedsResponse |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": true, "data": { "tx_respuesta": "sample string 1" } }
application/xml, text/xml
Sample:
<ApidsCallResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/sites2.Controllers"> <data> <tx_respuesta>sample string 1</tx_respuesta> </data> <success>true</success> </ApidsCallResponse>