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
OrderResultsViewModelName | 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": "2b4500ef-e15a-433f-8d6c-de598ff1a894", "Ceased": "2025-07-01T10:40:14.8616789+00:00", "Completed": "2025-07-01T10:40:14.8616789+00:00", "Created": "2025-07-01T10:40:14.8616789+00:00", "Customer": "sample string 3", "ICCID": "sample string 4", "Id": "0dd9c94d-b92d-4f04-942e-84dd5fa127dc", "MobileNumber": "sample string 6", "SimId": "d3e663a9-a859-4d41-915a-5b30e2278aad", "PlacedBy": "sample string 7", "Tariff": "sample string 8", "TariffId": "91afd07c-0590-44df-95f3-8577a3855f07", "Type": "sample string 9", "CustomerId": "eedfe0ec-b447-42c3-85cd-1386d24e4052", "ResellerId": "8b5023bd-e9a4-4fa6-84d5-02514f69081d", "PreviousTariff": "sample string 11", "PreviousTariffId": "2da669fa-478f-4c19-890c-5a9a0ad8c878", "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-07-01T10:40:14.8616789+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>2b4500ef-e15a-433f-8d6c-de598ff1a894</BoltonId> <Ceased>2025-07-01T10:40:14.8616789+00:00</Ceased> <Completed>2025-07-01T10:40:14.8616789+00:00</Completed> <Created>2025-07-01T10:40:14.8616789+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>0dd9c94d-b92d-4f04-942e-84dd5fa127dc</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>d3e663a9-a859-4d41-915a-5b30e2278aad</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>91afd07c-0590-44df-95f3-8577a3855f07</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>