GENERAL INFORMATION
Use this endpoint to create materials. Direct link to Swagger documentation:
https://public-api-dev.wair.cloud/swagger/index.html#/Items/post_api_v1_Materials
REQUEST
Authentication
Bearer token, information on page POST /Token
Headers
Name | Description | Example |
|---|---|---|
X-Tenant | Tenant code supplied by Wair | “TENANT” |
QueryParameters:
Name | Description | Example |
|---|---|---|
fullLoad | See documentation: Integration core principles | true |
Body example:
{
"materials": [
{
"materialId": "guid01",
"code": "C1",
"description": "100% Cotton"
}
]
}Additional information:
materialId and code = Use of "id" and "code"archived
description = description of the material.
RESPONSE
StatusCodes:
200 = OK
401 = Unauthorized, which means an expired/missing/invalid token
400 = Bad request, see body of the response to check which validation errors have occured
500 = System error, see body of the response to check which error has occured or contact integration support
Body Example:
No body in the response.