PUT api/TransportistaAPI/Put/{id}
Modifica un Registro
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Transportista| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Descripcion | string |
Required String length: inclusive between 0 and 100 |
|
| CUIL | string |
Required String length: inclusive between 0 and 20 |
|
| Transporte | Transporte |
None. |
|
| FechaDeBaja | date |
None. |
|
| FechaDeModificacion | date |
None. |
|
| UsuarioDeModificacion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "9a6cfc85-be16-4fce-91f7-dd906860b100",
"Descripcion": "sample string 2",
"CUIL": "sample string 3",
"Transporte": {
"Id": "c05dfa25-f511-44d3-8992-89f4e039b96d",
"Descripcion": "sample string 2",
"CUIT": "sample string 3",
"CodigoSap": "sample string 4",
"FechaDeBaja": "2026-04-20T08:19:40.1716724-03:00",
"FechaDeModificacion": "2026-04-20T08:19:40.1716724-03:00",
"UsuarioDeModificacion": "sample string 5"
},
"FechaDeBaja": "2026-04-20T08:19:40.1716724-03:00",
"FechaDeModificacion": "2026-04-20T08:19:40.1716724-03:00",
"UsuarioDeModificacion": "sample string 4"
}
application/xml, text/xml
Sample:
<Transportista xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities">
<CUIL>sample string 3</CUIL>
<Descripcion>sample string 2</Descripcion>
<FechaDeBaja>2026-04-20T08:19:40.1716724-03:00</FechaDeBaja>
<FechaDeModificacion>2026-04-20T08:19:40.1716724-03:00</FechaDeModificacion>
<Id>9a6cfc85-be16-4fce-91f7-dd906860b100</Id>
<Transporte>
<CUIT>sample string 3</CUIT>
<CodigoSap>sample string 4</CodigoSap>
<Descripcion>sample string 2</Descripcion>
<FechaDeBaja>2026-04-20T08:19:40.1716724-03:00</FechaDeBaja>
<FechaDeModificacion>2026-04-20T08:19:40.1716724-03:00</FechaDeModificacion>
<Id>c05dfa25-f511-44d3-8992-89f4e039b96d</Id>
<UsuarioDeModificacion>sample string 5</UsuarioDeModificacion>
</Transporte>
<UsuarioDeModificacion>sample string 4</UsuarioDeModificacion>
</Transportista>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.