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": "c9002ce1-0fbb-406b-a980-ddbd1b3446fc",
"Ceased": "2026-06-13T09:42:48.680354+00:00",
"Completed": "2026-06-13T09:42:48.680354+00:00",
"Created": "2026-06-13T09:42:48.680354+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "4d2b1c7a-0d00-45d3-8768-26e9d6e5be84",
"MobileNumber": "sample string 6",
"SimId": "df3162bb-2b35-4f14-9d81-63d9006b8689",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "07d71bea-9a49-4652-ade3-b09520005d50",
"Type": "sample string 9",
"CustomerId": "0ad79459-e7d3-4003-812a-ca738d1a7cdb",
"ResellerId": "0c815732-3cbf-4dfa-be85-58d40a094867",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "bac9e835-0685-4e50-8b0a-b288f372f370",
"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-06-13T09:42:48.680354+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>c9002ce1-0fbb-406b-a980-ddbd1b3446fc</BoltonId> <Ceased>2026-06-13T09:42:48.680354+00:00</Ceased> <Completed>2026-06-13T09:42:48.680354+00:00</Completed> <Created>2026-06-13T09:42:48.680354+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>4d2b1c7a-0d00-45d3-8768-26e9d6e5be84</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>df3162bb-2b35-4f14-9d81-63d9006b8689</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>07d71bea-9a49-4652-ade3-b09520005d50</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>