Skip to content

Orders API (1.11.1)

List available products, place orders, view order history, and retrieve ordered products.

Download OpenAPI description
Languages
Servers
Mock server
https://developer.servictoria.io/_mock/portal/rest/ddp-orders-api/openapi
Production environment
https://api.servictoria.io/ddp
Test environment
https://test.api.servictoria.io/ddp

Product Listing

Operations

Extra Data

Operations

GET owners corporation managers

Request

List extra data owners corporation (OC)) managers. This is a reference dataset for the list of all OC managers in Victoria, to be used when required to choose one as customer provided extra data in product orders. This list is maintained by SERV, new owners corporation managers are added regularly.

Security
oauthClientCredentials
Headers
x-correlation-idstring(uuid)

Optional unique UUID which can assist with tracing / debugging requests.

Example: 824993ab-7366-4faa-963d-c456dec227a5
curl -i -X GET \
  https://developer.servictoria.io/_mock/portal/rest/ddp-orders-api/openapi/orders/v1/extra-data/owners-corporation-managers \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'x-correlation-id: 824993ab-7366-4faa-963d-c456dec227a5'

Responses

Successful Operation

Bodyapplication/json
managersArray of objects(OwnersCorporationManager)
Response
application/json
{ "managers": [ {} ] }

GET municipalities

Request

List extra data municipalities. This is a reference dataset for the list of all OC managers in Victoria, to be used when required to choose one as customer provided extra data in product orders.

Security
oauthClientCredentials
Headers
x-correlation-idstring(uuid)

Optional unique UUID which can assist with tracing / debugging requests.

Example: 824993ab-7366-4faa-963d-c456dec227a5
curl -i -X GET \
  https://developer.servictoria.io/_mock/portal/rest/ddp-orders-api/openapi/orders/v1/extra-data/municipalities \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'x-correlation-id: 824993ab-7366-4faa-963d-c456dec227a5'

Responses

Successful Operation

Bodyapplication/json
municipalitiesArray of objects(Municipality)
Response
application/json
{ "municipalities": [ {} ] }

Orders

Operations