GET Report/OrderRecap/Load?SessionId={SessionId}&CompanyId={CompanyId}&fromDateStr={fromDateStr}&toDateStr={toDateStr}&startInInterval={startInInterval}&stopInInterval={stopInInterval}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | string |
None. |
|
| CompanyId | integer |
None. |
|
| fromDateStr | string |
Required |
|
| toDateStr | string |
Required |
|
| startInInterval | integer |
Default value is 1 |
|
| stopInInterval | integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
ObjectReplyOfOrderRecapReport| Name | Description | Type | Additional information |
|---|---|---|---|
| data | OrderRecapReport |
None. |
|
| errorCode | integer |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json, text/javascript, application/x-protobuf
Sample:
Sample not available.