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": "21c0e22b-9ee6-45cf-9c31-54b7bb537e35",
"Ceased": "2026-03-12T22:07:50.594437+00:00",
"Completed": "2026-03-12T22:07:50.594437+00:00",
"Created": "2026-03-12T22:07:50.594437+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "0b7b1a04-7715-4675-8d0b-87e387129601",
"MobileNumber": "sample string 6",
"SimId": "ba7ae5fb-89b1-4399-b59f-4b123ab2fdbe",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "5bd6f781-51bb-4ae2-b246-4fdd3730f244",
"Type": "sample string 9",
"CustomerId": "dc9184af-bcd4-43bf-becd-bde08e58d1f2",
"ResellerId": "1ce74cfc-b1e2-45d7-91b9-251468e14b93",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "34c35f9a-3249-4152-9cf6-1e509f411c1f",
"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-03-12T22:07:50.594437+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>21c0e22b-9ee6-45cf-9c31-54b7bb537e35</BoltonId> <Ceased>2026-03-12T22:07:50.594437+00:00</Ceased> <Completed>2026-03-12T22:07:50.594437+00:00</Completed> <Created>2026-03-12T22:07:50.594437+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>0b7b1a04-7715-4675-8d0b-87e387129601</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>ba7ae5fb-89b1-4399-b59f-4b123ab2fdbe</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>5bd6f781-51bb-4ae2-b246-4fdd3730f244</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>