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": "d042efb5-04b5-446a-acfe-aad290d76c5b",
"Ceased": "2025-11-20T12:07:54.3479786+00:00",
"Completed": "2025-11-20T12:07:54.3479786+00:00",
"Created": "2025-11-20T12:07:54.3479786+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "b2ce868d-a7b8-4c57-b768-fcd195cbd5df",
"MobileNumber": "sample string 6",
"SimId": "9e1ca8db-ebec-4335-b3d7-f2b42796fad3",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "a01b7587-8c8f-4c75-9d05-68d75eb492dc",
"Type": "sample string 9",
"CustomerId": "4a09d4b7-48e2-4431-994f-b1f707e04c06",
"ResellerId": "512f215a-00f6-4a9a-954c-30d56ebe7981",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "0c26c18b-7272-4768-869c-aa2c558d1f99",
"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": "2025-11-20T12:07:54.3479786+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>d042efb5-04b5-446a-acfe-aad290d76c5b</BoltonId> <Ceased>2025-11-20T12:07:54.3479786+00:00</Ceased> <Completed>2025-11-20T12:07:54.3479786+00:00</Completed> <Created>2025-11-20T12:07:54.3479786+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>b2ce868d-a7b8-4c57-b768-fcd195cbd5df</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>9e1ca8db-ebec-4335-b3d7-f2b42796fad3</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>a01b7587-8c8f-4c75-9d05-68d75eb492dc</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>