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": "e1d80673-0bea-42e7-9ada-c05cf4e2384a",
"Ceased": "2026-07-03T18:57:26.6333632+00:00",
"Completed": "2026-07-03T18:57:26.6333632+00:00",
"Created": "2026-07-03T18:57:26.6333632+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "60d0a792-ae52-4497-a3b6-a2df6210a48e",
"MobileNumber": "sample string 6",
"SimId": "8fdc529b-9a74-436b-8468-b3a00894d322",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "6481417e-4817-48db-a71a-ce3472d60c1f",
"Type": "sample string 9",
"CustomerId": "f4d5853e-7b5b-4645-878c-84c1a3320bb0",
"ResellerId": "967c523b-11bd-47e1-a14a-3cae7dc06b0c",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "0e68b25f-081b-4cb1-b7bb-a5b595bed382",
"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-03T18:57:26.6489337+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>e1d80673-0bea-42e7-9ada-c05cf4e2384a</BoltonId> <Ceased>2026-07-03T18:57:26.6333632+00:00</Ceased> <Completed>2026-07-03T18:57:26.6333632+00:00</Completed> <Created>2026-07-03T18:57:26.6333632+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>60d0a792-ae52-4497-a3b6-a2df6210a48e</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>8fdc529b-9a74-436b-8468-b3a00894d322</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>6481417e-4817-48db-a71a-ce3472d60c1f</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>