Get vendor
Returns a list of vendors according to the specified region.
HTTP request
GET https://api-{location-id}.flexicapture.com/v2/dataset/vendors/{region} where {location-id} is the supported location. |
Path parameters
Parameters | |
region |
path, string Required. Invoice region. Supported regions: US: USA, AU: Australia, EU: European Union countries, CA: Canada. |
ExternalId |
query, string Optional. External business unit ID. |
Skip |
query, integer Optional. Skip count. |
Take |
query, integer Optional. Take count. |
Response
If successful, the response body contains an instance of VendorsResponseModel. If request is successful but vendors with the specified region are not found, the server returns a 204 OK HTTP status.
VendorsResponseModel JSON representation
VendorsResponseModel fields
18.05.2023 9:30:10