TimeAndActionListResponse
data object[]
Time and Action data
Array [
createdDatedate-time
Creation date of the Time and Action
Example:
2021-06-03 07:18:05.372000+00:00
idstring
Unique identifier of the Time and Action
Example:
34c75453-3ec6-4822-9e9a-9addc6076b3c
numberstringnullable
Number of the Time and Actions
Example:
TA1
poNumbersstring[]nullable
List of purchase order numbers of the Time and Action
Example:
["PO1","PO2"]
statusstringnullable
Status of the Time and Action
Example:
NEW
updatedDatedate-time
Last updated date of the Time and Action
Example:
2021-06-03 08:27:21.316000+00:00
]
limitintegerrequired
Possible values: >= 1
and <= 100
offsetintegerrequired
totalintegerrequired
TimeAndActionListResponse
{
"data": [
{
"createdDate": "2021-06-03 07:18:05.372000+00:00",
"id": "34c75453-3ec6-4822-9e9a-9addc6076b3c",
"number": "TA1",
"poNumbers": [
"PO1",
"PO2"
],
"status": "NEW",
"updatedDate": "2021-06-03 08:27:21.316000+00:00"
}
],
"limit": 0,
"offset": 0,
"total": 0
}