/projects/v1/stations
This endpoint creates a project station.
networkId
string
required
serialNumber
string
required
shortCode
string
Must be a 4-character alphanumeric string
iccid
string
Must be an 18-20 digit string
vendor
string
required
model
string
required
{
"networkId": "string",
"serialNumber": "string",
"shortCode": "string",
"iccid": "string",
"vendor": "string",
"model": "string"
}
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?