With the Vendor API, you can retrieve either a list of Vendors or details about a single Vendor. Vendor IDs are unique.
Basic Attributes
Fields | Description | Data Type | Required? |
---|---|---|---|
id | FW Internal ID of the Vendor | integer | No |
mediaId | FW Internal ID of the media | integer | Yes |
name | Media name | string | Yes |
code | External Media code | string | No |
mediaOwner | Media Owner associated with the Vendor | string | No |
address | Vendor Work | Address fields | |
addressType | Address type of the Vendor (work) | string | Work |
line1 | Vendor address line 1 | string | No |
line2 | Vendor address line 2 | string | No |
zip | Vendor zip | string | No |
state | Vendor state | string | No |
city | Vendor city | string | No |
country | Vendor country | string | No |
InvoiceAddress | Vendor Invoice | Address fields | |
addressType | Address type of the Vendor (invoice) | string | Invoice |
line1 | Vendor address line 1 | string | No |
line2 | Vendor address line 2 | string | No |
zip | Vendor zip | string | No |
state | Vendor state | string | No |
city | Vendor city | string | No |
country | Vendor country | string | No |
TrafficAddress | Vendor Traffic | Address fields | |
addressType | Address type of the Vendor (Traffic) | string | Traffic |
line1 | Vendor address line 1 | string | No |
line2 | Vendor address line 2 | string | No |
zip | Vendor zip | string | No |
state | Vendor state | string | No |
city | Vendor city | string | No |
country | Vendor country | string | No |