POST api/embarque/asignar-contenedor-embarque
Request Information
URI Parameters
None.
Body Parameters
Contenedores_SinAsignarDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Nro_Negocio | integer |
None. |
|
| Id_Contenedor | integer |
None. |
|
| Nro_Embarque | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Nro_Negocio": 1,
"Id_Contenedor": 2,
"Nro_Embarque": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespuestaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| estado | boolean |
None. |
|
| mensaje | string |
None. |
|
| data | Object |
None. |
|
| dataAdicional | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.