POST api/PostOrdenFL
Request Information
URI Parameters
None.
Body Parameters
TB_PostOrdenFLSA| Name | Description | Type | Additional information |
|---|---|---|---|
| idUser | globally unique identifier |
None. |
|
| idPersona | globally unique identifier |
None. |
|
| CostoTotal | decimal number |
None. |
|
| idDireccion | globally unique identifier |
None. |
|
| clienteId | string |
None. |
|
| tokenIdCardId | string |
None. |
|
| sessionDeviceId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idUser": "9e00a1b6-df0f-4097-b37b-050113bd4b07",
"idPersona": "5df1ed16-ef3f-40c9-949c-fc38f0eb1495",
"CostoTotal": 3.1,
"idDireccion": "64f133d2-f74d-4205-a332-8ff3a29e8997",
"clienteId": "sample string 5",
"tokenIdCardId": "sample string 6",
"sessionDeviceId": "sample string 7"
}
application/xml, text/xml
Sample:
<TB_PostOrdenFLSA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <CostoTotal>3.1</CostoTotal> <clienteId>sample string 5</clienteId> <idDireccion>64f133d2-f74d-4205-a332-8ff3a29e8997</idDireccion> <idPersona>5df1ed16-ef3f-40c9-949c-fc38f0eb1495</idPersona> <idUser>9e00a1b6-df0f-4097-b37b-050113bd4b07</idUser> <sessionDeviceId>sample string 7</sessionDeviceId> <tokenIdCardId>sample string 6</tokenIdCardId> </TB_PostOrdenFLSA>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>