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": "f1c09255-f069-47d2-b836-68d17f1ab615",
"Ceased": "2026-03-11T22:12:31.4116117+00:00",
"Completed": "2026-03-11T22:12:31.4116117+00:00",
"Created": "2026-03-11T22:12:31.4116117+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "65f55e1d-228b-4241-bece-446b0cfe0fe3",
"MobileNumber": "sample string 6",
"SimId": "49c24e3e-d1c8-4b78-ba8a-a90a56139d2b",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "0388af27-db30-428a-bd37-fcd4860a696b",
"Type": "sample string 9",
"CustomerId": "78aed86e-9e47-4021-a6b3-a8435c7d3841",
"ResellerId": "7160c357-fe2d-4e96-b7e3-4247ece1f3af",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "1edfc6dd-15f4-4571-8230-4cd3c0417504",
"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-11T22:12:31.4116117+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>f1c09255-f069-47d2-b836-68d17f1ab615</BoltonId> <Ceased>2026-03-11T22:12:31.4116117+00:00</Ceased> <Completed>2026-03-11T22:12:31.4116117+00:00</Completed> <Created>2026-03-11T22:12:31.4116117+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>65f55e1d-228b-4241-bece-446b0cfe0fe3</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>49c24e3e-d1c8-4b78-ba8a-a90a56139d2b</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>0388af27-db30-428a-bd37-fcd4860a696b</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>