TerminalOrderDetail

Type:  Struct
Abstract:  no
Status:  Active
Java Class:  TerminalOrderDetail
Represents information about terminals included in the order.
id
References: Terminal Order Detail.Id
XML Representation: attribute
Attributes:
Default Value
Identifier of the object used for references; auto-incremented integer value.
terminalCode
References: Terminal Order Detail.Terminal Code
XML Representation: attribute
Attributes: Required
Default Value
Code of the terminal within the system.
terminalModel
References: Terminal Order Detail.Model CL
XML Representation: attribute
Attributes: Required
Default Value
Reference to the entity that represents enumeration of available terminal models.
terminalKeyCode
Type: String
XML Representation: attribute
Attributes: Required
Default Value
Code of the terminal injection key.
terminalConfigurationCode
References: Terminal Order Detail.Terminal Configuration Code
XML Representation: attribute
Attributes: Required
Default Value
Code of the configuration installed in the terminal.
serialNumber
References: Terminal Order Detail.Serial Number
XML Representation: attribute
Attributes:
Default Value
Serial number of the terminal.
returnSerialNumber
References: Terminal Order Detail.Return Serial Number
XML Representation: attribute
Attributes:
Default Value
Serial number of the terminal that is exchanged.
itemNumber
References: Terminal Order Detail.Item Number
XML Representation: attribute
Attributes:
Default Value
Code of the item.

XML Sample:

<terminalOrderDetail id="123456"  terminalCode="001"  terminalModel="TM1234"  terminalKeyCode="RetailSampleKey"  terminalConfigurationCode="Provider Configuration"  serialNumber="10001"  returnSerialNumber="1234567CT012345"  itemNumber="ICT250 V3" />

"<terminalOrderDetail id=\"123456\" terminalCode=\"001\" terminalModel=\"TM1234\" terminalKeyCode=\"RetailSampleKey\" terminalConfigurationCode=\"Provider Configuration\" serialNumber=\"10001\" returnSerialNumber=\"1234567CT012345\" itemNumber=\"ICT250 V3\" />"

JSON Sample:

{
  "id": "123456",
  "terminalCode": 1,
  "terminalModel": "TM1234",
  "terminalKeyCode": "RetailSampleKey",
  "terminalConfigurationCode": "Provider Configuration",
  "serialNumber": 10001,
  "returnSerialNumber": "1234567CT012345",
  "itemNumber": "ICT250 V3"
}

XURL Sample:

?id=123456&terminalCode=001&terminalModel=TM1234&terminalKeyCode=RetailSampleKey&terminalConfigurationCode=Provider+Configuration&serialNumber=10001&returnSerialNumber=1234567CT012345&itemNumber=ICT250+V3&
id=123456
terminalCode=001
terminalModel=TM1234
terminalKeyCode=RetailSampleKey
terminalConfigurationCode=Provider Configuration
serialNumber=10001
returnSerialNumber=1234567CT012345
itemNumber=ICT250 V3