FileStatusEnum
This enumerated type contains the possible states that a return-associated file can be in.
Type that uses FileStatusEnum:
Calls that use one or more values of FileStatusEnum:
/post-order/v2/return POST, /post-order/v2/return/draft/{draftId}/files GET, /post-order/v2/return/{returnId} GET, /post-order/v2/return/{returnId}/files GET
Enumeration Values
Value | Description |
CREATED | This enumeration value indicates that the file has been created, but has yet to be associated with a return request or draft. |
DELETED | This enumeration value indicates that the file has been removed, or unassociated with a return request or draft. |
PUBLISHED | This enumeration value indicates that the file has been associated with a return request or draft. |
UNKNOWN | This enumeration value indicates that the status of the file is unknown. |