api/v1/orders/{id}/removeadultcontentbar
Method: POST https://simportal-api-staging.azurewebsites.net/api/v1/orders/{id}/removeadultcontentbar
Summary
Place an order to remove adult content bar from a SIM
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The SIM id that's been requested to remove adult content bar |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
OrderResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| State | OrderState |
None. |
|
| OrderTimescale | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OrderId": "cb439c30-c3a1-4391-81b9-a7dcc756d4c4",
"Created": "2026-04-03T15:44:17.7204843+00:00",
"State": 0,
"OrderTimescale": "sample string 3"
}
application/xml, text/xml
Sample:
<OrderResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SimPortalApi.Models.Orders"> <OrderTimescale>sample string 3</OrderTimescale> </OrderResponseModel>