Create Supplier Contact
POST/suppliers/:supplierId/contacts
Create Supplier Contact
Request
Path Parameters
supplierId stringrequired
- application/json
Body
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
Responses
- 200
Created Supplier Contact
- application/json
- Schema
- Example (from schema)
Schema
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
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
{
"supplierId": "string",
"type": "Primary",
"firstName": "string",
"lastName": "string",
"title": "string",
"email": "string",
"phoneNumber": "string",
"notes": "string",
"tags": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...