Create Supplier
POST/suppliers
Create Supplier
Request
- application/json
Body
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
type string
Type
name string
Name
website string
Website
tags string
Tags
addresses
object[]
supplierId string
Supplier
type string
Type
isPrimary string
Is Primary
name string
Name
organization string
Organization
address1 string
Address1
address2 string
Address2
address3 string
Address3
city string
City
region string
Region
postalCode string
Postal Code
country string
Country
phoneNumber string
Phone Number
notes string
Notes
tags string
Tags
contacts
object[]
supplierId string
Supplier
type string
Type
Possible values: [Primary, Billing, Other]
firstName string
First Name
lastName string
Last Name
title string
Title
email stringEmail
phoneNumber string
Phone Number
notes string
Notes
tags string
Tags
documents
object[]
supplierId string
Supplier
tags string
Tags
type string
Type
name string
Name
fileName string
File Name
notes string
Notes
visibility string
Visibility
notes
object[]
supplierId string
Supplier
note string
Note
tags string
Tags
preferences
object[]
supplierId string
Supplier
key string
Key
value string
Value
strict string
Strict
notes string
Notes
tags string
Tags
Responses
- 200
Created Supplier
- application/json
- Schema
- Example (from schema)
Schema
type string
Type
name string
Name
website string
Website
tags string
Tags
clientId string
ID
id string
Id
createdAt string
Created At
updatedAt string
Updated At
deletedAt string
Deleted At
deleted string
Deleted
createdBy string
Created By
updatedBy string
Updated By
deletedBy string
Deleted By
{
"type": "string",
"name": "string",
"website": "string",
"tags": "string",
"clientId": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...