Vendors
These are the related business partners for the customer.
Get Vendors
Query Parameters
Name
Type
Description
{
"vendors": {
"current_page_number": 1,
"num_items_per_page": 10,
"items": [],
"total_count": 0,
"paginator_options": {
"pageParameterName": "page",
"sortFieldParameterName": "sort",
"sortDirectionParameterName": "direction",
"filterFieldParameterName": "filterField",
"filterValueParameterName": "filterValue",
"distinct": true
},
"custom_parameters": [],
"route": "api_schedule_vendors_list",
"params": {
"page": "1",
"limit": "10"
},
"page_range": 5,
"template": "@KnpPaginator/Pagination/sliding.html.twig",
"sortable_template": "@KnpPaginator/Pagination/sortable_link.html.twig",
"filtration_template": "@KnpPaginator/Pagination/filtration.html.twig"
}
}Create Vendor
Request Body
Name
Type
Description
Update a Vendor
Path Parameters
Name
Type
Description
Delete a Vendor
Path Parameters
Name
Type
Description
Last updated