Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.09 KB

CommandTask.md

File metadata and controls

15 lines (12 loc) · 1.09 KB

# CommandTask

Properties

Name Type Description Notes
field string Modified field as JSON path. [optional]
finished_at \DateTime Date of completion of the modification. Format (ISO 8601) - yyyy-MM-dd'T'HH:mm:ss.SSSZ [optional]
message string General fail reason. You should check the errors structure to get more detailed information of the encountered errors. [optional]
offer \AllegroApi\Model\OfferId [optional]
scheduled_at \DateTime Date of the modification schedule. Format (ISO 8601) - yyyy-MM-dd'T'HH:mm:ss.SSSZ [optional]
status string Available statuses: NEW, SUCCESS, FAIL [optional]
errors \AllegroApi\Model\Error[] The list of error objects explaining the problems with command processing for the given offer. [optional]

[Back to Model list] [Back to API list] [Back to README]