| GET | /report/custom/waybill |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| StartTime | query | DateTime | No | |
| EndTime | query | DateTime | No | |
| CompanyId | query | int | No | |
| ObjectId | query | int? | No | |
| MinParkTime | query | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ApiKey | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Company | form | CompanyInfo | No | |
| Reports | form | List<SimpleReportValue> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| Name | form | string | No | |
| TechOfficeType | form | TechOfficeType | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Object | form | ObjectInfo | No | |
| Reports | form | List<ReportBase> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| ExternalId | form | string | No | |
| Name | form | string | No | |
| Label | form | string | No | |
| Model | form | string | No | |
| Number | form | string | No | |
| Driver | form | string | No | |
| Description | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ObjectId | form | int | No | |
| Range | form | DateTimeRange | No | |
| RangeName | form | string | No | |
| BuildTime | form | TimeSpan | No | |
| BuildTimeRange | form | DateTimeRange | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Start | form | DateTime | No | |
| End | form | DateTime | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /report/custom/waybill HTTP/1.1 Host: api.v3.monitorsystem.ru Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<SimpleReportResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TS.WebApi.Client.Reporting">
<Company>
<Id xmlns="">0</Id>
<Name xmlns="">String</Name>
<TechOfficeType xmlns="">Krasnoyarsk</TechOfficeType>
</Company>
<Reports>
<SimpleReportValue>
<Object>
<Description xmlns="">String</Description>
<Driver xmlns="">String</Driver>
<ExternalId xmlns="">String</ExternalId>
<Id xmlns="">0</Id>
<Label xmlns="">String</Label>
<Model xmlns="">String</Model>
<Name xmlns="">String</Name>
<Number xmlns="">String</Number>
</Object>
<Reports xmlns:d4p1="http://schemas.datacontract.org/2004/07/TS.Common.Reporting">
<d4p1:ReportBase i:nil="true" />
</Reports>
</SimpleReportValue>
</Reports>
</SimpleReportResult>