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": "d6f2387c-67cd-49d4-8f26-0ee9a7ae411e",
"Ceased": "2025-10-29T21:43:37.0543803+00:00",
"Completed": "2025-10-29T21:43:37.0543803+00:00",
"Created": "2025-10-29T21:43:37.0543803+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "bb4be5a9-d3e9-497c-aa35-6ac952192f3a",
"MobileNumber": "sample string 6",
"SimId": "11b9929c-688c-426f-86db-3010fbc3ba55",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "cb09eb57-0a42-42d2-a074-db736ec8a2a4",
"Type": "sample string 9",
"CustomerId": "d14b68db-8a0f-4e27-a356-6bdf9dd868bf",
"ResellerId": "3d576953-6546-45ee-92f5-1bf491c7b2d1",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "21b07b22-f704-4630-b2e0-c80fc2e81c5c",
"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": "2025-10-29T21:43:37.0543803+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>d6f2387c-67cd-49d4-8f26-0ee9a7ae411e</BoltonId> <Ceased>2025-10-29T21:43:37.0543803+00:00</Ceased> <Completed>2025-10-29T21:43:37.0543803+00:00</Completed> <Created>2025-10-29T21:43:37.0543803+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>bb4be5a9-d3e9-497c-aa35-6ac952192f3a</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>11b9929c-688c-426f-86db-3010fbc3ba55</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>cb09eb57-0a42-42d2-a074-db736ec8a2a4</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>