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": "cacea38e-9334-4340-bca4-c672a9378ba2",
"Ceased": "2026-09-23T22:21:11.5353111+00:00",
"Completed": "2026-09-23T22:21:11.5353111+00:00",
"Created": "2026-09-23T22:21:11.5353111+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "bc0316e7-dd04-43f3-8f9e-7b4d5214261f",
"MobileNumber": "sample string 6",
"SimId": "57d42bb0-f828-4443-a331-b0c21dc19816",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "4a4bb2f5-dbfc-40f1-b0c9-fd64cbd58509",
"Type": "sample string 9",
"CustomerId": "597f7e29-d711-43b6-8204-9c71702e1fca",
"ResellerId": "ad9a579e-b9dd-4450-ae93-b7151398d2fe",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "4884e6c1-98be-4b56-98b9-bb3d0fc768ba",
"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-09-23T22:21:11.5509659+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>cacea38e-9334-4340-bca4-c672a9378ba2</BoltonId> <Ceased>2026-09-23T22:21:11.5353111+00:00</Ceased> <Completed>2026-09-23T22:21:11.5353111+00:00</Completed> <Created>2026-09-23T22:21:11.5353111+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>bc0316e7-dd04-43f3-8f9e-7b4d5214261f</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>57d42bb0-f828-4443-a331-b0c21dc19816</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>4a4bb2f5-dbfc-40f1-b0c9-fd64cbd58509</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>