POST api/actualizaprecintos
Request Information
URI Parameters
None.
Body Parameters
AutorizacionEntregaPrecintoRegistroRPSName | Description | Type | Additional information |
---|---|---|---|
IDUser | integer |
None. |
|
IDRol | integer |
None. |
|
CodLiqu | integer |
None. |
|
NombreCompleto | string |
None. |
|
DNI | string |
None. |
|
EmpresaPertenece | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IDUser": 1, "IDRol": 2, "CodLiqu": 3, "NombreCompleto": "sample string 4", "DNI": "sample string 5", "EmpresaPertenece": "sample string 6" }
text/xml
Sample:
<AutorizacionEntregaPrecintoRegistroRPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models"> <CodLiqu>3</CodLiqu> <DNI>sample string 5</DNI> <EmpresaPertenece>sample string 6</EmpresaPertenece> <IDRol>2</IDRol> <IDUser>1</IDUser> <NombreCompleto>sample string 4</NombreCompleto> </AutorizacionEntregaPrecintoRegistroRPS>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of MsjRPSName | Description | Type | Additional information |
---|---|---|---|
Cod | integer |
None. |
|
Msj | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Cod": 1, "Msj": "sample string 2" }, { "Cod": 1, "Msj": "sample string 2" } ]
text/xml
Sample:
<ArrayOfMsjRPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models"> <MsjRPS> <Cod>1</Cod> <Msj>sample string 2</Msj> </MsjRPS> <MsjRPS> <Cod>1</Cod> <Msj>sample string 2</Msj> </MsjRPS> </ArrayOfMsjRPS>