POST api/calidadembarque/add-nuevo-certificado
Request Information
URI Parameters
None.
Body Parameters
Det_EmbarqueGestionCertDocAnalisDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Nro_Embarque | decimal number |
None. |
|
| Id_Contenedor | decimal number |
None. |
|
| Cod_CertDocAnalis | string |
None. |
|
| Id_LineaGestion | decimal number |
None. |
|
| Tipo | string |
None. |
|
| Cod_AreaGestion | decimal number |
None. |
|
| Num_CertDocAnalis | decimal number |
None. |
|
| Fecha_Gestion | date |
None. |
|
| Cod_EstadoGestion | decimal number |
None. |
|
| Referencia | string |
None. |
|
| Ubicacion_FileCert | string |
None. |
|
| Laboratorio | string |
None. |
|
| Tam_Muestra | decimal number |
None. |
|
| Estado | decimal number |
None. |
|
| Nom_Analisis | string |
None. |
|
| Nom_Documento | string |
None. |
|
| Nom_EstadoGestion | string |
None. |
|
| file | FileDTO |
None. |
|
| base64 | string |
None. |
|
| paraTodosCont | boolean |
None. |
|
| Cod_Laboratorio | string |
None. |
|
| Dias_Gestion | decimal number |
None. |
|
| EsAreaComex | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Nro_Embarque": 1.0,
"Id_Contenedor": 2.0,
"Cod_CertDocAnalis": "sample string 3",
"Id_LineaGestion": 4.0,
"Tipo": "sample string 5",
"Cod_AreaGestion": 6.0,
"Num_CertDocAnalis": 1.0,
"Fecha_Gestion": "2025-10-26T21:37:32.6827253-03:00",
"Cod_EstadoGestion": 1.0,
"Referencia": "sample string 7",
"Ubicacion_FileCert": "sample string 8",
"Laboratorio": "sample string 9",
"Tam_Muestra": 1.0,
"Estado": 1.0,
"Nom_Analisis": "sample string 10",
"Nom_Documento": "sample string 11",
"Nom_EstadoGestion": "sample string 12",
"file": {
"name": "sample string 1",
"type": "sample string 2",
"base64": "sample string 3"
},
"base64": "sample string 13",
"paraTodosCont": true,
"Cod_Laboratorio": "sample string 15",
"Dias_Gestion": 1.0,
"EsAreaComex": true
}
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.