POST api/servicios/consultacamporepetidoinavi
Request Information
URI Parameters
None.
Body Parameters
CampoRepetidoName | Description | Type | Additional information |
---|---|---|---|
tipoCampo | integer |
None. |
|
valor | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "tipoCampo": 1, "valor": "sample string 2" }
application/xml, text/xml
Sample:
<ServiciosController.CampoRepetido xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI_TN_V4.Controllers"> <tipoCampo>1</tipoCampo> <valor>sample string 2</valor> </ServiciosController.CampoRepetido>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />