api/v1/orders/{id}
Method: GET https://simportal-api-staging.azurewebsites.net/api/v1/orders/{id}
Summary
Get a single order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique order id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
OrderResultsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Bolton | string |
None. |
|
| BoltonId | globally unique identifier |
None. |
|
| Ceased | date |
None. |
|
| Completed | date |
None. |
|
| Created | date |
None. |
|
| Customer | string |
None. |
|
| ICCID | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| MobileNumber | string |
None. |
|
| SimId | globally unique identifier |
None. |
|
| PlacedBy | string |
None. |
|
| Tariff | string |
None. |
|
| TariffId | globally unique identifier |
None. |
|
| Type | string |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| ResellerId | globally unique identifier |
None. |
|
| PreviousTariff | string |
None. |
|
| PreviousTariffId | globally unique identifier |
None. |
|
| State | OrderState |
None. |
|
| BillingSiteId | string |
None. |
|
| Delivery | OrderDeliveryModel |
None. |
|
| SimTypeLabel | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Bolton": "sample string 1",
"BoltonId": "18367633-5a02-4a3f-aab4-87e02b2b861c",
"Ceased": "2026-07-24T23:04:40.8018704+00:00",
"Completed": "2026-07-24T23:04:40.8018704+00:00",
"Created": "2026-07-24T23:04:40.8018704+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "88a37ac9-c8f1-4660-b49d-17097be6ed11",
"MobileNumber": "sample string 6",
"SimId": "63bd71c7-d354-4079-8706-7e29a1c18934",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "650839ac-7c24-4907-afb7-5b7360975042",
"Type": "sample string 9",
"CustomerId": "93f30c46-b9e2-4cdf-a4c4-e9bf191e58a9",
"ResellerId": "24a3dfef-76c8-49aa-a022-0238547738fc",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "009436f6-2c88-4475-a202-3c38febbfba9",
"State": 0,
"BillingSiteId": "sample string 12",
"Delivery": {
"TrackingReference": "sample string 1",
"TrackingUrl": "sample string 2",
"EstimatedDelivery": "sample string 3",
"State": 0,
"Courier": "sample string 4",
"SignedForBy": "sample string 5",
"DeliveredDate": "2026-07-24T23:04:40.8018704+00:00"
},
"SimTypeLabel": "sample string 13"
}
application/xml, text/xml
Sample:
<OrderResultsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SimPortalApi.Models.Orders"> <Bolton>sample string 1</Bolton> <BoltonId>18367633-5a02-4a3f-aab4-87e02b2b861c</BoltonId> <Ceased>2026-07-24T23:04:40.8018704+00:00</Ceased> <Completed>2026-07-24T23:04:40.8018704+00:00</Completed> <Created>2026-07-24T23:04:40.8018704+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>88a37ac9-c8f1-4660-b49d-17097be6ed11</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>63bd71c7-d354-4079-8706-7e29a1c18934</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>650839ac-7c24-4907-afb7-5b7360975042</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>