api/v1/orders/{id}
Method: GET https://simportal-api-staging.azurewebsites.net/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": "3534f9d9-374a-42d6-beb2-8ac96b30b196", "Ceased": "2025-10-01T22:20:09.1828784+00:00", "Completed": "2025-10-01T22:20:09.1828784+00:00", "Created": "2025-10-01T22:20:09.1828784+00:00", "Customer": "sample string 3", "ICCID": "sample string 4", "Id": "82f022c4-7b50-4aba-9012-357fb47bdd02", "MobileNumber": "sample string 6", "SimId": "b1eeee36-e41c-4536-902a-9fe8212f5002", "PlacedBy": "sample string 7", "Tariff": "sample string 8", "TariffId": "2c1b8ac5-1be2-4a63-a0e4-4c1943f08d67", "Type": "sample string 9", "CustomerId": "e5cff0ac-8d58-4f95-800f-78081b8e1d96", "ResellerId": "7b09bc25-f121-494e-976d-f5de669464ce", "PreviousTariff": "sample string 11", "PreviousTariffId": "72a4e039-947e-42a3-b813-e00219e9c106", "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-10-01T22:20:09.1828784+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>3534f9d9-374a-42d6-beb2-8ac96b30b196</BoltonId> <Ceased>2025-10-01T22:20:09.1828784+00:00</Ceased> <Completed>2025-10-01T22:20:09.1828784+00:00</Completed> <Created>2025-10-01T22:20:09.1828784+00:00</Created> <Customer>sample string 3</Customer> <ICCID>sample string 4</ICCID> <Id>82f022c4-7b50-4aba-9012-357fb47bdd02</Id> <MobileNumber>sample string 6</MobileNumber> <PlacedBy>sample string 7</PlacedBy> <SimId>b1eeee36-e41c-4536-902a-9fe8212f5002</SimId> <SimTypeLabel>sample string 13</SimTypeLabel> <Tariff>sample string 8</Tariff> <TariffId>2c1b8ac5-1be2-4a63-a0e4-4c1943f08d67</TariffId> <Type>sample string 9</Type> </OrderResultsViewModel>