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": "5ed39c7c-a57c-4736-bfb6-b033f405abc4",
"Ceased": "2026-01-28T06:12:58.0948467+00:00",
"Completed": "2026-01-28T06:12:58.0948467+00:00",
"Created": "2026-01-28T06:12:58.0948467+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "13088e71-ddb5-4baf-9e55-333e7771484b",
"MobileNumber": "sample string 6",
"SimId": "caaae1d3-407d-4167-8c29-b0e89c1c9c93",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "7a1665f4-e7f4-4e92-9fd4-23d31cb100da",
"Type": "sample string 9",
"CustomerId": "6fd0a7e5-7da0-48d6-bbdb-26facfe30abe",
"ResellerId": "4f496625-db9f-4dad-8f82-0d873dff4d31",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "eb03a96e-7720-48a8-8785-043374704bfa",
"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-01-28T06:12:58.0948467+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>5ed39c7c-a57c-4736-bfb6-b033f405abc4</BoltonId> <Ceased>2026-01-28T06:12:58.0948467+00:00</Ceased> <Completed>2026-01-28T06:12:58.0948467+00:00</Completed> <Created>2026-01-28T06:12:58.0948467+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>13088e71-ddb5-4baf-9e55-333e7771484b</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>caaae1d3-407d-4167-8c29-b0e89c1c9c93</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>7a1665f4-e7f4-4e92-9fd4-23d31cb100da</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>