POST v1/Trams/AgencyReportSummary
Request Information
URI Parameters
None.
Body Parameters
TramsICReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportType | string |
None. |
|
| DkNumber | string |
None. |
|
| Month | integer |
None. |
|
| Year | integer |
None. |
|
| Vuserid | string |
None. |
|
| PccCode | string |
None. |
|
| UserId | integer |
None. |
|
| AccountID | string |
None. |
|
| UserName | string |
None. |
|
| ApplicationDomain | ApplicationDomain |
None. |
|
| guid | string |
None. |
|
| DeviceType | DeviceType |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportType": "sample string 1",
"DkNumber": "sample string 2",
"Month": 3,
"Year": 4,
"Vuserid": "sample string 5",
"PccCode": "sample string 6",
"UserId": 7,
"AccountID": "sample string 8",
"UserName": "sample string 9",
"ApplicationDomain": 0,
"guid": "sample string 10",
"DeviceType": 0
}
application/xml, text/xml
Sample:
<TramsICReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.Trams"> <AccountID xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 8</AccountID> <ApplicationDomain xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">GTL</ApplicationDomain> <DeviceType xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">WebJB</DeviceType> <PccCode xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 6</PccCode> <UserId xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">7</UserId> <UserName xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 9</UserName> <Vuserid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 5</Vuserid> <guid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 10</guid> <DkNumber>sample string 2</DkNumber> <Month>3</Month> <ReportType>sample string 1</ReportType> <Year>4</Year> </TramsICReportRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TramsReportSummaryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportType | string |
None. |
|
| Data | Object |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| guid | string |
None. |
|
| PNR | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReportType": "sample string 1",
"Data": {},
"IsSuccess": true,
"Message": "sample string 4",
"guid": "sample string 5",
"PNR": "sample string 6"
}
application/xml, text/xml
Sample:
<TramsReportSummaryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.Trams"> <IsSuccess xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">true</IsSuccess> <Message xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 4</Message> <PNR xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 6</PNR> <guid xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model">sample string 5</guid> <Data /> <ReportType>sample string 1</ReportType> </TramsReportSummaryResponse>