POST api/embarque-broker/add-broker
Request Information
URI Parameters
None.
Body Parameters
Det_EmbarqueBrokerDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Nro_Embarque | decimal number |
None. |
|
| Cod_Broker | string |
None. |
|
| Nom_Broker | string |
None. |
|
| Comision | decimal number |
None. |
|
| Pagado | boolean |
None. |
|
| Monto | decimal number |
None. |
|
| Nro_Documento | string |
None. |
|
| Brokers | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Nro_Embarque": 1.0,
"Cod_Broker": "sample string 2",
"Nom_Broker": "sample string 3",
"Comision": 1.0,
"Pagado": true,
"Monto": 1.0,
"Nro_Documento": "sample string 5",
"Brokers": "sample string 6"
}
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.