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": "f8943c7e-4c87-417d-a669-b5cccf5c225b",
"Descripcion": "sample string 2",
"CUIL": "sample string 3",
"Transporte": {
"Id": "743ae960-292a-4606-8010-82c54ced4b04",
"Descripcion": "sample string 2",
"CUIT": "sample string 3",
"CodigoSap": "sample string 4",
"FechaDeBaja": "2026-04-17T05:29:43.6008414-03:00",
"FechaDeModificacion": "2026-04-17T05:29:43.6008414-03:00",
"UsuarioDeModificacion": "sample string 5"
},
"FechaDeBaja": "2026-04-17T05:29:43.6008414-03:00",
"FechaDeModificacion": "2026-04-17T05:29:43.6008414-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-17T05:29:43.6008414-03:00</FechaDeBaja>
<FechaDeModificacion>2026-04-17T05:29:43.6008414-03:00</FechaDeModificacion>
<Id>f8943c7e-4c87-417d-a669-b5cccf5c225b</Id>
<Transporte>
<CUIT>sample string 3</CUIT>
<CodigoSap>sample string 4</CodigoSap>
<Descripcion>sample string 2</Descripcion>
<FechaDeBaja>2026-04-17T05:29:43.6008414-03:00</FechaDeBaja>
<FechaDeModificacion>2026-04-17T05:29:43.6008414-03:00</FechaDeModificacion>
<Id>743ae960-292a-4606-8010-82c54ced4b04</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.