GET api/OrderHistory/GetAllOrderHistory
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OrderHistoryResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanId | string |
None. |
|
| OrderId | string |
None. |
|
| CardId | integer |
None. |
|
| CardName | string |
None. |
|
| Pin | string |
None. |
|
| OrderDate | date |
None. |
|
| CurrencyCode | string |
None. |
|
| Price | decimal number |
None. |
|
| TransType | string |
None. |
|
| IsAllowRecharge | boolean |
None. |
|
| IsAllowPinLess | boolean |
None. |
|
| IsAllowQuickKeys | boolean |
None. |
|
| IsAllowCallDetail | boolean |
None. |
|
| IsAllowCallForwarding | boolean |
None. |
|
| ArStatus | boolean |
None. |
|
| PinStatus | boolean |
None. |
|
| CountryTo | string |
None. |
|
| ServiceChargeParcent | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PlanId": "sample string 1",
"OrderId": "sample string 2",
"CardId": 3,
"CardName": "sample string 4",
"Pin": "sample string 5",
"OrderDate": "2026-06-25T21:56:11.9647089-04:00",
"CurrencyCode": "sample string 7",
"Price": 8.0,
"TransType": "sample string 9",
"IsAllowRecharge": true,
"IsAllowPinLess": true,
"IsAllowQuickKeys": true,
"IsAllowCallDetail": true,
"IsAllowCallForwarding": true,
"ArStatus": true,
"PinStatus": true,
"CountryTo": "sample string 17",
"ServiceChargeParcent": "sample string 18"
},
{
"PlanId": "sample string 1",
"OrderId": "sample string 2",
"CardId": 3,
"CardName": "sample string 4",
"Pin": "sample string 5",
"OrderDate": "2026-06-25T21:56:11.9647089-04:00",
"CurrencyCode": "sample string 7",
"Price": 8.0,
"TransType": "sample string 9",
"IsAllowRecharge": true,
"IsAllowPinLess": true,
"IsAllowQuickKeys": true,
"IsAllowCallDetail": true,
"IsAllowCallForwarding": true,
"ArStatus": true,
"PinStatus": true,
"CountryTo": "sample string 17",
"ServiceChargeParcent": "sample string 18"
}
]
application/xml, text/xml
Sample:
<ArrayOfOrderHistoryResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.Accounts.Response">
<OrderHistoryResponseModel>
<ArStatus>true</ArStatus>
<CardId>3</CardId>
<CardName>sample string 4</CardName>
<CountryTo>sample string 17</CountryTo>
<CurrencyCode>sample string 7</CurrencyCode>
<IsAllowCallDetail>true</IsAllowCallDetail>
<IsAllowCallForwarding>true</IsAllowCallForwarding>
<IsAllowPinLess>true</IsAllowPinLess>
<IsAllowQuickKeys>true</IsAllowQuickKeys>
<IsAllowRecharge>true</IsAllowRecharge>
<OrderDate>2026-06-25T21:56:11.9647089-04:00</OrderDate>
<OrderId>sample string 2</OrderId>
<Pin>sample string 5</Pin>
<PinStatus>true</PinStatus>
<PlanId>sample string 1</PlanId>
<Price>8</Price>
<ServiceChargeParcent>sample string 18</ServiceChargeParcent>
<TransType>sample string 9</TransType>
</OrderHistoryResponseModel>
<OrderHistoryResponseModel>
<ArStatus>true</ArStatus>
<CardId>3</CardId>
<CardName>sample string 4</CardName>
<CountryTo>sample string 17</CountryTo>
<CurrencyCode>sample string 7</CurrencyCode>
<IsAllowCallDetail>true</IsAllowCallDetail>
<IsAllowCallForwarding>true</IsAllowCallForwarding>
<IsAllowPinLess>true</IsAllowPinLess>
<IsAllowQuickKeys>true</IsAllowQuickKeys>
<IsAllowRecharge>true</IsAllowRecharge>
<OrderDate>2026-06-25T21:56:11.9647089-04:00</OrderDate>
<OrderId>sample string 2</OrderId>
<Pin>sample string 5</Pin>
<PinStatus>true</PinStatus>
<PlanId>sample string 1</PlanId>
<Price>8</Price>
<ServiceChargeParcent>sample string 18</ServiceChargeParcent>
<TransType>sample string 9</TransType>
</OrderHistoryResponseModel>
</ArrayOfOrderHistoryResponseModel>