GET api/ForwarderEmbalajes
Obtiene todos los embalajes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FW_EMBALAJE| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_EMBALAJE |
. |
integer |
None. |
| NOMBRE |
. |
string |
Required String length: inclusive between 0 and 30 |
| ID_MALVINA |
. |
string |
String length: inclusive between 0 and 2 |
| fechaAlta |
. |
date |
None. |
| usuarioAlta |
. |
integer |
None. |
| fechaModificacion |
. |
date |
None. |
| usuarioModificacion |
. |
integer |
None. |
| activo |
. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID_EMBALAJE": 1,
"NOMBRE": "sample string 2",
"ID_MALVINA": "sample string 3",
"fechaAlta": "2025-12-06T01:32:42.3961639-03:00",
"usuarioAlta": 5,
"fechaModificacion": "2025-12-06T01:32:42.3961639-03:00",
"usuarioModificacion": 1,
"activo": true
},
{
"ID_EMBALAJE": 1,
"NOMBRE": "sample string 2",
"ID_MALVINA": "sample string 3",
"fechaAlta": "2025-12-06T01:32:42.3961639-03:00",
"usuarioAlta": 5,
"fechaModificacion": "2025-12-06T01:32:42.3961639-03:00",
"usuarioModificacion": 1,
"activo": true
}
]
application/xml, text/xml
Sample:
<ArrayOfEMBALAJE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClimberApi.Models.Forwarder">
<EMBALAJE>
<activo xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">true</activo>
<fechaAlta xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">2025-12-06T01:32:42.3961639-03:00</fechaAlta>
<fechaModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">2025-12-06T01:32:42.3961639-03:00</fechaModificacion>
<usuarioAlta xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">5</usuarioAlta>
<usuarioModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">1</usuarioModificacion>
<ID_EMBALAJE>1</ID_EMBALAJE>
<ID_MALVINA>sample string 3</ID_MALVINA>
<NOMBRE>sample string 2</NOMBRE>
</EMBALAJE>
<EMBALAJE>
<activo xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">true</activo>
<fechaAlta xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">2025-12-06T01:32:42.3961639-03:00</fechaAlta>
<fechaModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">2025-12-06T01:32:42.3961639-03:00</fechaModificacion>
<usuarioAlta xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">5</usuarioAlta>
<usuarioModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">1</usuarioModificacion>
<ID_EMBALAJE>1</ID_EMBALAJE>
<ID_MALVINA>sample string 3</ID_MALVINA>
<NOMBRE>sample string 2</NOMBRE>
</EMBALAJE>
</ArrayOfEMBALAJE>