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": "59a24ad0-431d-4e54-bce4-010c6911d082",
"Ceased": "2026-02-22T09:26:37.0405841+00:00",
"Completed": "2026-02-22T09:26:37.0405841+00:00",
"Created": "2026-02-22T09:26:37.0405841+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "1cd6bb3c-ee9e-4491-9dca-21a76586b4ef",
"MobileNumber": "sample string 6",
"SimId": "3580d843-97b5-4f6a-89b1-434edd46597a",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "029b29af-b1f0-46c1-a5ce-1e021b561a85",
"Type": "sample string 9",
"CustomerId": "d76ad3ad-7b80-4d82-8fb9-defee591c573",
"ResellerId": "1818a2ed-f1b7-4d65-acc2-43b49e7dbf63",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "167efada-a65b-4f27-b3d4-27be357ea3fc",
"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-02-22T09:26:37.0405841+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>59a24ad0-431d-4e54-bce4-010c6911d082</BoltonId> <Ceased>2026-02-22T09:26:37.0405841+00:00</Ceased> <Completed>2026-02-22T09:26:37.0405841+00:00</Completed> <Created>2026-02-22T09:26:37.0405841+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>1cd6bb3c-ee9e-4491-9dca-21a76586b4ef</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>3580d843-97b5-4f6a-89b1-434edd46597a</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>029b29af-b1f0-46c1-a5ce-1e021b561a85</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>