Project Stations

post

Create a project station

This endpoint creates a project station.

networkIdstring

required

Min Length
1
serialNumberstring

required

Min Length
1
Max Length
48
shortCodestring

Must be a 4-character alphanumeric string

Pattern
^[A-Z0-9]{4}$
Min Length
4
Max Length
4
iccidstring

Must be an 18-20 digit string

Pattern
^\d{18,20}$
vendorstring

required

Min Length
1
Max Length
50
modelstring

required

Min Length
1
Max Length
50

Responses

Request examples

{
  "networkId": "string",
  "serialNumber": "string",
  "shortCode": "string",
  "iccid": "string",
  "vendor": "string",
  "model": "string"
}

Response examples

Ok response

{
  "data": {
    "id": "string",
    "networkId": "string",
    "projectId": "string",
    "liveSystemId": "string",
    "serialNumber": "string",
    "vendor": "string",
    "model": "string",
    "iccid": "string",
    "shortCode": "string",
    "sortOrder": 123.0,
    "rateId": "string",
    "directionalHint": "string",
    "modelTemplateId": "string",
    "imageUrl": "string",
    "connection": {
      "connectionId": "string",
      "status": "string",
      "timestamp": "2023-06-07T17:32:28Z"
    },
    "createdAt": "2023-06-07T17:32:28Z",
    "updatedAt": "2023-06-07T17:32:28Z"
  }
}

Was this page helpful?