Security
bearerAuth
- Mock serverhttps://developers.retarus.com/_mock/idp/integration-gateway-openapi/import/open-order/csv
- Localhttps://integration.idp.de2.retarus.com/import/open-order/csv
curl -i -X POST \
'https://developers.retarus.com/_mock/idp/integration-gateway-openapi/import/open-order/csv?containerCode=DEFAULT' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=Response
{
"processId": null,
"warnings": [
null
]
}