POST api/clientDeliveryCountByDate
Обновление доступного ресурса доставки
Request Information
URI Parameters
None.
Body Parameters
TMSClientDeliveryCountByDateRequest_CMF| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | string |
None. |
|
| DeliveryDate | date |
None. |
|
| LastCalculationTime | date |
None. |
|
| Resources | Collection of TMSClientDeliveryCountByDateReqRes_CMF |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchId": "sample string 1",
"DeliveryDate": "2026-09-18T14:32:07.2682976+03:00",
"LastCalculationTime": "2026-09-18T14:32:07.2682976+03:00",
"Resources": [
{
"AllTransportCount": 1.0,
"FreeTransportCount": 2.0,
"LeftoverTime": [
{
"ExistingQtyDeliveryTasks": 1,
"ExistingQtyDeliveryTasksbyAuthor": [
{
"ExistingQtyDeliveryTasksbyType": [
{
"Qty": 1,
"Type": "sample string 2"
},
{
"Qty": 1,
"Type": "sample string 2"
}
],
"Qty": 1,
"Type": "sample string 2"
},
{
"ExistingQtyDeliveryTasksbyType": [
{
"Qty": 1,
"Type": "sample string 2"
},
{
"Qty": 1,
"Type": "sample string 2"
}
],
"Qty": 1,
"Type": "sample string 2"
}
],
"FromTime": 2,
"FullTime": 3,
"TasksInCars": 4,
"Time": 5,
"ToTime": 6,
"UnhandledJobsCount": 7
},
{
"ExistingQtyDeliveryTasks": 1,
"ExistingQtyDeliveryTasksbyAuthor": [
{
"ExistingQtyDeliveryTasksbyType": [
{
"Qty": 1,
"Type": "sample string 2"
},
{
"Qty": 1,
"Type": "sample string 2"
}
],
"Qty": 1,
"Type": "sample string 2"
},
{
"ExistingQtyDeliveryTasksbyType": [
{
"Qty": 1,
"Type": "sample string 2"
},
{
"Qty": 1,
"Type": "sample string 2"
}
],
"Qty": 1,
"Type": "sample string 2"
}
],
"FromTime": 2,
"FullTime": 3,
"TasksInCars": 4,
"Time": 5,
"ToTime": 6,
"UnhandledJobsCount": 7
}
],
"TransportType": "sample string 3"
},
{
"AllTransportCount": 1.0,
"FreeTransportCount": 2.0,
"LeftoverTime": [
{
"ExistingQtyDeliveryTasks": 1,
"ExistingQtyDeliveryTasksbyAuthor": [
{
"ExistingQtyDeliveryTasksbyType": [
{
"Qty": 1,
"Type": "sample string 2"
},
{
"Qty": 1,
"Type": "sample string 2"
}
],
"Qty": 1,
"Type": "sample string 2"
},
{
"ExistingQtyDeliveryTasksbyType": [
{
"Qty": 1,
"Type": "sample string 2"
},
{
"Qty": 1,
"Type": "sample string 2"
}
],
"Qty": 1,
"Type": "sample string 2"
}
],
"FromTime": 2,
"FullTime": 3,
"TasksInCars": 4,
"Time": 5,
"ToTime": 6,
"UnhandledJobsCount": 7
},
{
"ExistingQtyDeliveryTasks": 1,
"ExistingQtyDeliveryTasksbyAuthor": [
{
"ExistingQtyDeliveryTasksbyType": [
{
"Qty": 1,
"Type": "sample string 2"
},
{
"Qty": 1,
"Type": "sample string 2"
}
],
"Qty": 1,
"Type": "sample string 2"
},
{
"ExistingQtyDeliveryTasksbyType": [
{
"Qty": 1,
"Type": "sample string 2"
},
{
"Qty": 1,
"Type": "sample string 2"
}
],
"Qty": 1,
"Type": "sample string 2"
}
],
"FromTime": 2,
"FullTime": 3,
"TasksInCars": 4,
"Time": 5,
"ToTime": 6,
"UnhandledJobsCount": 7
}
],
"TransportType": "sample string 3"
}
]
}
application/xml, text/xml
Sample:
<TMSClientDeliveryCountByDateRequest_CMF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dynamics.Ax.Application">
<BranchId>sample string 1</BranchId>
<DeliveryDate>2026-09-18T14:32:07.2682976+03:00</DeliveryDate>
<LastCalculationTime>2026-09-18T14:32:07.2682976+03:00</LastCalculationTime>
<Resources>
<TMSClientDeliveryCountByDateReqRes_CMF>
<AllTransportCount>1</AllTransportCount>
<FreeTransportCount>2</FreeTransportCount>
<LeftoverTime>
<TMSClientDeliveryCountByDateReqLine_CMF>
<ExistingQtyDeliveryTasks>1</ExistingQtyDeliveryTasks>
<ExistingQtyDeliveryTasksbyAuthor>
<TMSClientDeliveryCountByDateAuthor_CMF>
<ExistingQtyDeliveryTasksbyType>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
</ExistingQtyDeliveryTasksbyType>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateAuthor_CMF>
<TMSClientDeliveryCountByDateAuthor_CMF>
<ExistingQtyDeliveryTasksbyType>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
</ExistingQtyDeliveryTasksbyType>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateAuthor_CMF>
</ExistingQtyDeliveryTasksbyAuthor>
<FromTime>2</FromTime>
<FullTime>3</FullTime>
<TasksInCars>4</TasksInCars>
<Time>5</Time>
<ToTime>6</ToTime>
<UnhandledJobsCount>7</UnhandledJobsCount>
</TMSClientDeliveryCountByDateReqLine_CMF>
<TMSClientDeliveryCountByDateReqLine_CMF>
<ExistingQtyDeliveryTasks>1</ExistingQtyDeliveryTasks>
<ExistingQtyDeliveryTasksbyAuthor>
<TMSClientDeliveryCountByDateAuthor_CMF>
<ExistingQtyDeliveryTasksbyType>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
</ExistingQtyDeliveryTasksbyType>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateAuthor_CMF>
<TMSClientDeliveryCountByDateAuthor_CMF>
<ExistingQtyDeliveryTasksbyType>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
</ExistingQtyDeliveryTasksbyType>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateAuthor_CMF>
</ExistingQtyDeliveryTasksbyAuthor>
<FromTime>2</FromTime>
<FullTime>3</FullTime>
<TasksInCars>4</TasksInCars>
<Time>5</Time>
<ToTime>6</ToTime>
<UnhandledJobsCount>7</UnhandledJobsCount>
</TMSClientDeliveryCountByDateReqLine_CMF>
</LeftoverTime>
<TransportType>sample string 3</TransportType>
</TMSClientDeliveryCountByDateReqRes_CMF>
<TMSClientDeliveryCountByDateReqRes_CMF>
<AllTransportCount>1</AllTransportCount>
<FreeTransportCount>2</FreeTransportCount>
<LeftoverTime>
<TMSClientDeliveryCountByDateReqLine_CMF>
<ExistingQtyDeliveryTasks>1</ExistingQtyDeliveryTasks>
<ExistingQtyDeliveryTasksbyAuthor>
<TMSClientDeliveryCountByDateAuthor_CMF>
<ExistingQtyDeliveryTasksbyType>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
</ExistingQtyDeliveryTasksbyType>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateAuthor_CMF>
<TMSClientDeliveryCountByDateAuthor_CMF>
<ExistingQtyDeliveryTasksbyType>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
</ExistingQtyDeliveryTasksbyType>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateAuthor_CMF>
</ExistingQtyDeliveryTasksbyAuthor>
<FromTime>2</FromTime>
<FullTime>3</FullTime>
<TasksInCars>4</TasksInCars>
<Time>5</Time>
<ToTime>6</ToTime>
<UnhandledJobsCount>7</UnhandledJobsCount>
</TMSClientDeliveryCountByDateReqLine_CMF>
<TMSClientDeliveryCountByDateReqLine_CMF>
<ExistingQtyDeliveryTasks>1</ExistingQtyDeliveryTasks>
<ExistingQtyDeliveryTasksbyAuthor>
<TMSClientDeliveryCountByDateAuthor_CMF>
<ExistingQtyDeliveryTasksbyType>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
</ExistingQtyDeliveryTasksbyType>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateAuthor_CMF>
<TMSClientDeliveryCountByDateAuthor_CMF>
<ExistingQtyDeliveryTasksbyType>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
<TMSClientDeliveryCountByDateTaskType_CMF>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateTaskType_CMF>
</ExistingQtyDeliveryTasksbyType>
<Qty>1</Qty>
<Type>sample string 2</Type>
</TMSClientDeliveryCountByDateAuthor_CMF>
</ExistingQtyDeliveryTasksbyAuthor>
<FromTime>2</FromTime>
<FullTime>3</FullTime>
<TasksInCars>4</TasksInCars>
<Time>5</Time>
<ToTime>6</ToTime>
<UnhandledJobsCount>7</UnhandledJobsCount>
</TMSClientDeliveryCountByDateReqLine_CMF>
</LeftoverTime>
<TransportType>sample string 3</TransportType>
</TMSClientDeliveryCountByDateReqRes_CMF>
</Resources>
</TMSClientDeliveryCountByDateRequest_CMF>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WebServiceResponse_CMF| Name | Description | Type | Additional information |
|---|---|---|---|
| AdditionalInfo | Collection of string |
None. |
|
| ErrorCode | integer |
None. |
|
| ExtDuration | integer |
None. |
|
| InfoLog | string |
None. |
|
| errorMessage | string |
None. |
|
| isError | integer |
None. |
|
| strResponse | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"AdditionalInfo": [
"sample string 1",
"sample string 2"
],
"ErrorCode": 1,
"ExtDuration": 2,
"InfoLog": "sample string 3",
"errorMessage": "sample string 4",
"isError": 5,
"strResponse": "sample string 6"
}
application/xml, text/xml
Sample:
<WebServiceResponse_CMF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dynamics.Ax.Application">
<AdditionalInfo xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</AdditionalInfo>
<ErrorCode>1</ErrorCode>
<ExtDuration>2</ExtDuration>
<InfoLog>sample string 3</InfoLog>
<errorMessage>sample string 4</errorMessage>
<isError>5</isError>
<strResponse>sample string 6</strResponse>
</WebServiceResponse_CMF>