FileFormatEnum
This enumerated type lists the file types that can be used for files that are associated with a return request or return request draft.
Type that uses FileFormatEnum:
Calls that use one or more values of FileFormatEnum:
/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 |
BMP | This enumeration value indicates that the file format extension of the file is .BMP (Bitmap file). |
GIF | This enumeration value indicates that the file format extension of the file is .GIF. |
JPEG | This enumeration value indicates that the file format extension of the file is .JPEG. |
JPG | This enumeration value indicates that the file format extension of the file is .JPG. |
PNG | This enumeration value indicates that the file format extension of the file is .PNG (Portable Network Graphics file). |
UNKNOWN | This enumeration value indicates that the file format extension of the file isunknown. |