POST
/
v1
/
companies
/
{company_id}
/
reports
/
upload
/
xml
curl --request POST \
  --url https://nueborder.com/api/v1/v1/companies/{company_id}/reports/upload/xml \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data'
{
  "message": "Operation completed successfully",
  "status": 200
}

Authorizations

Authorization
string
header
required

Provide your Bearer token in the format: Bearer <your_api_key>

Path Parameters

company_id
string
required

Unique identifier for the company

Body

multipart/form-data

Response

200
application/json

Report created successfully

A standard successful API response.