Upload a file

post

/api/erp/integrations/resources/v1/{locale}/files/upload

Uploads files to the specified locale on the server.

Request

Path Parameters
Supported Media Types
Request Body - multipart/form-data ()
Root Schema : schema
Type: object
Show Source
Match One Schema
Show Source
Back to Top

Response

Supported Media Types

201 Response

File uploaded and processed successfully.
Body ()
Root Schema : schema
Type: object
Show Source

400 Response

Bad Request. Invalid parameters or file.

401 Response

Unauthorized. Bearer token is missing or invalid.

500 Response

Internal Server Error. Something went wrong on the server.
Body ()
Root Schema : schema
Type: object
Show Source
  • The error code used to identify the type of error.
    Example: 5110
  • A brief description of an error.
    Example: The ERP_AP_VCC_CARD_STATEME process can't be completed. Please contact your help desk.
Back to Top