UpdateServiceObjectRequest (object)
| Feld | Typ | Beschreibung |
|---|---|---|
| contact_id | integer | — |
| formatted_number | string | — |
| installed_at | string (date) | — |
| internal_description | string | — |
| location | string | — |
| name | string | — |
| number | integer | — |
| portal_description | string | — |
| serial_number | string | — |
| status | string | string
|
| type | string | string
|
Beispiel (JSON)
{
"number": 0,
"formatted_number": "string",
"name": "string",
"type": "machine",
"serial_number": "string",
"location": "string"
}