Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Structure
Field | Type | Required | Description |
---|
id | int | true | Unique identifier for the Product. |
extensionCode | string | false | Name of the Product. |
destinationNumber | string | false |
|
duration | time | false |
|
step | int | false |
|
amountAfterTax | BigDecimal | false |
|
executionDate | LocalDateTime | false |
|
responseStatusCode | ResponseStatusCode | false |
|
JSON representation
{
"id": 5,
"extensionCode": "E1002",
"name": "Extension 1002",
"module": {
"id": 2,
"code": "102",
"name": "M102",
"roomModuleStatusTypeModel": {
"id": 1,
"code": "CL",
"name": "Clean"
}
}
}