POST api/Reports/GetAccountingSpanData
Request Information
URI Parameters
None.
Body Parameters
ParterSpanReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerId | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| SecurityToken | string |
None. |
|
| IsAdmin | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PartnerId": 1,
"StartDate": "2025-12-06T03:43:42.4845965+00:00",
"EndDate": "2025-12-06T03:43:42.4845965+00:00",
"SecurityToken": "sample string 4",
"IsAdmin": "sample string 5"
}
application/xml, text/xml
Sample:
<ParterSpanReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VSCM.ParcelPartners.Portal.Contract.Requests"> <IsAdmin xmlns="http://schemas.datacontract.org/2004/07/VSCM.ParcelPartners.Portal.Contract">sample string 5</IsAdmin> <SecurityToken xmlns="http://schemas.datacontract.org/2004/07/VSCM.ParcelPartners.Portal.Contract">sample string 4</SecurityToken> <EndDate>2025-12-06T03:43:42.4845965+00:00</EndDate> <PartnerId>1</PartnerId> <StartDate>2025-12-06T03:43:42.4845965+00:00</StartDate> </ParterSpanReportRequest>
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.