POST api/embarque/enviar-inst-ag-transporte
Request Information
URI Parameters
None.
Body Parameters
FileEmbarqueMailDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Nro_Embarque | decimal number |
None. |
|
| Tipo | string |
None. |
|
| Base64 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Nro_Embarque": 1.0,
"Tipo": "sample string 2",
"Base64": "sample string 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.