GET api/Contrato/Contratobyci/{ci}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ci | string |
Required |
Body Parameters
CTokenAuthName | Description | Type | Additional information |
---|---|---|---|
Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Token": "sample string 1" }
text/html
Sample:
{"Token":"sample string 1"}
application/xml, text/xml
Sample:
<CTokenAuth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIALWEB.Models"> <Token>sample string 1</Token> </CTokenAuth>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of CJsonRespName | Description | Type | Additional information |
---|---|---|---|
codigo_respuesta | string |
None. |
|
mensaje_respuesta | string |
None. |
|
datos | Object |
None. |
Response Formats
application/json, text/json
Sample:
[ { "codigo_respuesta": "sample string 1", "mensaje_respuesta": "sample string 2", "datos": {} }, { "codigo_respuesta": "sample string 1", "mensaje_respuesta": "sample string 2", "datos": {} } ]
text/html
Sample:
[{"codigo_respuesta":"sample string 1","mensaje_respuesta":"sample string 2","datos":{}},{"codigo_respuesta":"sample string 1","mensaje_respuesta":"sample string 2","datos":{}}]
application/xml, text/xml
Sample:
<ArrayOfCJsonResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIALWEB.Models"> <CJsonResp> <codigo_respuesta>sample string 1</codigo_respuesta> <datos /> <mensaje_respuesta>sample string 2</mensaje_respuesta> </CJsonResp> <CJsonResp> <codigo_respuesta>sample string 1</codigo_respuesta> <datos /> <mensaje_respuesta>sample string 2</mensaje_respuesta> </CJsonResp> </ArrayOfCJsonResp>