Create new supplier record
POST https://api.anvyl.com/api/v1/teams/{{team_id}}/suppliers
Request Body
{"supplier"=>{"name"=>"string"}}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | ||
| Authorization | string | 
POST https://api.anvyl.com/api/v1/teams/{{team_id}}/suppliers
{"supplier"=>{"name"=>"string"}}
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | ||
| Authorization | string |