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": "17564086-baaa-49bd-b172-7db78bef7f4c", "Ceased": "2025-04-04T03:03:17.6527705+00:00", "Completed": "2025-04-04T03:03:17.6527705+00:00", "Created": "2025-04-04T03:03:17.6527705+00:00", "Customer": "sample string 3", "ICCID": "sample string 4", "Id": "02c4bd6a-373e-4bbc-903c-212d631c3dbd", "MobileNumber": "sample string 6", "SimId": "c62cf497-af05-4b50-8bf4-d7eef52ea233", "PlacedBy": "sample string 7", "Tariff": "sample string 8", "TariffId": "cdca6722-7a05-4f9e-a44b-8842d91542d2", "Type": "sample string 9", "CustomerId": "9b7f09fa-d0b9-4495-b4c6-d9127ec321b2", "ResellerId": "d46a22a3-0c83-4119-879b-cde679242dd6", "PreviousTariff": "sample string 11", "PreviousTariffId": "c76db1d7-a6ba-4097-9171-30d9bd6e08a3", "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-04-04T03:03:17.6527705+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>17564086-baaa-49bd-b172-7db78bef7f4c</BoltonId> <Ceased>2025-04-04T03:03:17.6527705+00:00</Ceased> <Completed>2025-04-04T03:03:17.6527705+00:00</Completed> <Created>2025-04-04T03:03:17.6527705+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>02c4bd6a-373e-4bbc-903c-212d631c3dbd</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>c62cf497-af05-4b50-8bf4-d7eef52ea233</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>cdca6722-7a05-4f9e-a44b-8842d91542d2</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>