TimeAndActionListResponse
data object[]
Time and Action data
Array [
createdDate date-time
Creation date of the Time and Action
Example:
2021-06-03 07:18:05.372000+00:00
id string
Unique identifier of the Time and Action
Example:
34c75453-3ec6-4822-9e9a-9addc6076b3c
number stringnullable
Number of the Time and Actions
Example:
TA1
poNumbers string[]nullable
List of purchase order numbers of the Time and Action
Example:
["PO1","PO2"]
status stringnullable
Status of the Time and Action
Example:
NEW
updatedDate date-time
Last updated date of the Time and Action
Example:
2021-06-03 08:27:21.316000+00:00
]
limit integerrequired
Possible values: >= 1
and <= 100
offset integerrequired
total integerrequired
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
}