POST
/
suppliers
curl --request POST \
  --url https://api-ezyconnect.ezytail.com/suppliers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "activityCode": "<string>",
    "dateCreation": "2023-11-07T05:31:56Z",
    "dateLastUpdate": "2023-11-07T05:31:56Z",
    "activityName": "<string>",
    "supplierCode": "<string>",
    "supplierTitle": "<string>",
    "supplierName": "<string>",
    "supplierFirstName": "<string>",
    "supplierCompany": "<string>",
    "supplierAddress1": "<string>",
    "supplierAddress2": "<string>",
    "supplierAddress3": "<string>",
    "supplierPostalCode": "<string>",
    "supplierCity": "<string>",
    "supplierCountry": "<string>",
    "supplierCountryName": "<string>",
    "supplierState": "<string>",
    "supplierPhone": "<string>",
    "supplierFax": "<string>",
    "supplierMail": "<string>",
    "supplierOption": "<string>",
    "supplierComments": "<string>",
    "supplierAgreementNumber": "<string>",
    "supplierControl": "<string>",
    "supplierEdiEdition": "<string>",
    "customField1": "<string>",
    "customField2": "<string>",
    "customField3": "<string>",
    "customField4": "<string>",
    "customField5": "<string>",
    "customField6": "<string>",
    "customField7": "<string>",
    "customField8": "<string>",
    "customField9": "<string>",
    "customField10": "2023-11-07T05:31:56Z",
    "customField11": "2023-11-07T05:31:56Z"
  }
]'
{
  "status": 0,
  "operationId": "<string>",
  "errors": {},
  "passed": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. \r\n\r\n Enter 'Bearer' [space] and then your token in the text input below. \r\n\r\nExample: 'Bearer 12345abcdef'

Query Parameters

validationOnly
boolean
default:false

Body

The body is of type object[].

Response

200
text/plain

OK

The response is of type object.