Record
update-number-order-params
No description available.
record update-number-order-params {
number-order-id: string,
created-at: option<string>,
customer-reference: option<string>,
id: option<string>,
phone-numbers: option<list<phone-number>>,
phone-numbers-count: option<s32>,
record-type: option<string>,
requirements-met: option<bool>,
status: option<number-order-phone-number-status-enum>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| number-order-id | string | |
| created-at | option<string> | |
| customer-reference | option<string> | |
| id | option<string> | |
| phone-numbers | option<list<phone-number>> | |
| phone-numbers-count | option<s32> | |
| record-type | option<string> | |
| requirements-met | option<bool> | |
| status | option<number-order-phone-number-status-enum> | |
| updated-at | option<string> |