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": "da34a3d4-4864-4a5b-9e27-9db50c03787b", "Ceased": "2025-01-11T19:34:36.5409141+00:00", "Completed": "2025-01-11T19:34:36.5409141+00:00", "Created": "2025-01-11T19:34:36.5409141+00:00", "Customer": "sample string 3", "ICCID": "sample string 4", "Id": "9a898805-e407-40b1-843d-7d6621e08448", "MobileNumber": "sample string 6", "SimId": "1be0424c-524b-47ae-9308-7a9d194b84e6", "PlacedBy": "sample string 7", "Tariff": "sample string 8", "TariffId": "e3931955-0683-4225-aae3-0c917f6e59b0", "Type": "sample string 9", "CustomerId": "4f58f062-b4f1-4608-939c-68cf40a12cb3", "ResellerId": "f1f6b55e-6f23-4d6c-baa1-af591e8c3acf", "PreviousTariff": "sample string 11", "PreviousTariffId": "2ca38787-7011-4557-86cd-04fba4fece0e", "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-01-11T19:34:36.5409141+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>da34a3d4-4864-4a5b-9e27-9db50c03787b</BoltonId> <Ceased>2025-01-11T19:34:36.5409141+00:00</Ceased> <Completed>2025-01-11T19:34:36.5409141+00:00</Completed> <Created>2025-01-11T19:34:36.5409141+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>9a898805-e407-40b1-843d-7d6621e08448</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>1be0424c-524b-47ae-9308-7a9d194b84e6</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>e3931955-0683-4225-aae3-0c917f6e59b0</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>