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": "bf35b7b6-483e-4673-b7bf-4a91376697e2", "Ceased": "2025-07-14T15:15:06.8426166+00:00", "Completed": "2025-07-14T15:15:06.8426166+00:00", "Created": "2025-07-14T15:15:06.8426166+00:00", "Customer": "sample string 3", "ICCID": "sample string 4", "Id": "284b12a4-912b-41eb-ad55-44b1f06ccd25", "MobileNumber": "sample string 6", "SimId": "005f5fa7-38c6-4b86-9025-b4c572575b57", "PlacedBy": "sample string 7", "Tariff": "sample string 8", "TariffId": "f9f0fe98-8541-40f7-93ab-daa845078f40", "Type": "sample string 9", "CustomerId": "7b72489b-ae68-4d94-b6eb-47c6cd369902", "ResellerId": "4b1c5385-e172-4f9c-ac8b-7ba7c143abbc", "PreviousTariff": "sample string 11", "PreviousTariffId": "a7f000ba-a3d6-4b54-b5e2-ee73c7d30292", "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-14T15:15:06.8426166+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>bf35b7b6-483e-4673-b7bf-4a91376697e2</BoltonId> <Ceased>2025-07-14T15:15:06.8426166+00:00</Ceased> <Completed>2025-07-14T15:15:06.8426166+00:00</Completed> <Created>2025-07-14T15:15:06.8426166+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>284b12a4-912b-41eb-ad55-44b1f06ccd25</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>005f5fa7-38c6-4b86-9025-b4c572575b57</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>f9f0fe98-8541-40f7-93ab-daa845078f40</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>