Skip to content

Validate customer material CSV

Request

Security
bearerAuth
Bodymultipart/form-data
fileany, (binary)required
curl -i -X POST \
  https://developers.retarus.com/_mock/idp/integration-gateway-openapi/validate/customer-material/csv \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: multipart/form-data' \
  -F file=

Responses

OK

Body*/*
processIdany
validationApiResponseStatusany
Enum:"SUCCEEDED""FAILED"
errorsArray of any
warningsArray of any
Response
{
  "processId": null,
  "validationApiResponseStatus": "SUCCEEDED",
  "errors": [
    null
  ],
  "warnings": [
    null
  ]
}