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": "2011c9be-ce51-47d4-96ac-5862a2240205",
"Ceased": "2026-02-18T07:29:58.0699484+00:00",
"Completed": "2026-02-18T07:29:58.0699484+00:00",
"Created": "2026-02-18T07:29:58.0699484+00:00",
"Customer": "sample string 3",
"ICCID": "sample string 4",
"Id": "47a527b6-ecc8-44fa-8a33-9730f24b2008",
"MobileNumber": "sample string 6",
"SimId": "2e6c7c69-68b5-4b65-a992-bebc00e6fc68",
"PlacedBy": "sample string 7",
"Tariff": "sample string 8",
"TariffId": "7a66aab3-1883-45ea-a3e5-663bb0014c06",
"Type": "sample string 9",
"CustomerId": "e490b496-0f0e-410b-8ebc-56495f96bb95",
"ResellerId": "ddb5c120-5671-43d9-99db-15211b66cc86",
"PreviousTariff": "sample string 11",
"PreviousTariffId": "80f7d752-16b7-42d6-9573-83b661c257f6",
"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-02-18T07:29:58.0699484+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>2011c9be-ce51-47d4-96ac-5862a2240205</BoltonId> <Ceased>2026-02-18T07:29:58.0699484+00:00</Ceased> <Completed>2026-02-18T07:29:58.0699484+00:00</Completed> <Created>2026-02-18T07:29:58.0699484+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>47a527b6-ecc8-44fa-8a33-9730f24b2008</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>2e6c7c69-68b5-4b65-a992-bebc00e6fc68</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>7a66aab3-1883-45ea-a3e5-663bb0014c06</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>