api/v1/orders/{id}
Method: GET https://developers.mobilemanager.co.uk/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": "dab00c0a-4c0f-40f9-a0f4-577931db41f1",
"Ceased": "2026-08-27T04:20:21.6900809+00:00",
"Completed": "2026-08-27T04:20:21.6900809+00:00",
"Created": "2026-08-27T04:20:21.6900809+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "f3e74f02-33b6-4bf8-a138-afdd0565ec20",
"MobileNumber": "sample string 6",
"SimId": "413548be-640a-4215-81ba-f12a8561aa5e",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "d6e4d7c8-7d82-4c02-91ac-b547323b9957",
"Type": "sample string 9",
"CustomerId": "beeb05a2-6dc3-469d-b8a7-d5a2396f9de4",
"ResellerId": "40a8a210-9aed-438c-a2d7-f0ce0e8f248f",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "0c35d9bf-0ab1-4070-bf38-6a6d2368f3f7",
"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-08-27T04:20:21.7057046+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>dab00c0a-4c0f-40f9-a0f4-577931db41f1</BoltonId> <Ceased>2026-08-27T04:20:21.6900809+00:00</Ceased> <Completed>2026-08-27T04:20:21.6900809+00:00</Completed> <Created>2026-08-27T04:20:21.6900809+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>f3e74f02-33b6-4bf8-a138-afdd0565ec20</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>413548be-640a-4215-81ba-f12a8561aa5e</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>d6e4d7c8-7d82-4c02-91ac-b547323b9957</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>