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

FieldTypeRequiredDescription
idinttrueUnique identifier for the Product.
extensionCodestringfalseName of the Product.
destinationNumberstringfalse
durationtimefalse
stepintfalse
amountAfterTaxBigDecimalfalse
executionDateLocalDateTimefalse
responseStatusCodeResponseStatusCodefalse

JSON representation

{
      "id": 5,
      "extensionCode": "E1002",
      "name": "Extension 1002",
      "module": {
        "id": 2,
        "code": "102",
        "name": "M102",
        "roomModuleStatusTypeModel": {
          "id": 1,
          "code": "CL",
          "name": "Clean"
        }
      }
    }
  • No labels