api/v1/orders/{id}
Method: GET https://simportal-api.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": "3d363ff3-a6e8-4380-a0c3-e713e67cbd82",
"Ceased": "2026-06-18T12:05:27.3786579+00:00",
"Completed": "2026-06-18T12:05:27.3786579+00:00",
"Created": "2026-06-18T12:05:27.3786579+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "ea35ca50-f1e9-417c-ba94-8bebcec2e302",
"MobileNumber": "sample string 6",
"SimId": "fa30aa48-a4d0-4176-99dc-685966a3dd62",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "42f1e53b-b544-4796-ae4c-79268a6f75c3",
"Type": "sample string 9",
"CustomerId": "59033385-19cf-4b32-ae9f-ce64653ecfe2",
"ResellerId": "7e479e1a-11e7-4367-a654-8fd04052be56",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "c73a02b0-8154-42ed-844c-76b55c990575",
"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-06-18T12:05:27.3786579+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>3d363ff3-a6e8-4380-a0c3-e713e67cbd82</BoltonId> <Ceased>2026-06-18T12:05:27.3786579+00:00</Ceased> <Completed>2026-06-18T12:05:27.3786579+00:00</Completed> <Created>2026-06-18T12:05:27.3786579+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>ea35ca50-f1e9-417c-ba94-8bebcec2e302</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>fa30aa48-a4d0-4176-99dc-685966a3dd62</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>42f1e53b-b544-4796-ae4c-79268a6f75c3</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>