POST api/UberArrendo/v2/agencia/{aIdAgencia}/uber-terms/sync
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aIdAgencia | integer |
Required |
Body Parameters
Collection of TermsIdSyncRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| IdContrato | integer |
None. |
|
| TermsId | string |
None. |
|
| FechaInicio | date |
None. |
|
| FechaFin | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"IdContrato": 1,
"TermsId": "sample string 2",
"FechaInicio": "2026-08-27T11:53:41.1352351-06:00",
"FechaFin": "2026-08-27T11:53:41.1352351-06:00"
},
{
"IdContrato": 1,
"TermsId": "sample string 2",
"FechaInicio": "2026-08-27T11:53:41.1352351-06:00",
"FechaFin": "2026-08-27T11:53:41.1352351-06:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfTermsIdSyncRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DVA_ArrendoUber.DTO.Request">
<TermsIdSyncRequestDTO>
<FechaFin>2026-08-27T11:53:41.1352351-06:00</FechaFin>
<FechaInicio>2026-08-27T11:53:41.1352351-06:00</FechaInicio>
<IdContrato>1</IdContrato>
<TermsId>sample string 2</TermsId>
</TermsIdSyncRequestDTO>
<TermsIdSyncRequestDTO>
<FechaFin>2026-08-27T11:53:41.1352351-06:00</FechaFin>
<FechaInicio>2026-08-27T11:53:41.1352351-06:00</FechaInicio>
<IdContrato>1</IdContrato>
<TermsId>sample string 2</TermsId>
</TermsIdSyncRequestDTO>
</ArrayOfTermsIdSyncRequestDTO>
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.