{ "opencollection": "1.0.0", "info": { "name": "Oper Agent Documents Base Products API", "version": "1.0" }, "items": [ { "info": { "name": "Base Products", "type": "folder" }, "items": [ { "info": { "name": "api_base_products_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/base-products/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_whitelisted_brokers_import_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/base-products/whitelisted-brokers/import", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_allowed_product_variabilities_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/base-products/:base_product_id/allowed-product-variabilities/", "params": [ { "name": "base_product_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_allowed_product_variabilities_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/base-products/:base_product_id/allowed-product-variabilities/:id/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Allowed Product Variability." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_allowed_product_variabilities_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/base-products/:base_product_id/allowed-product-variabilities/:id/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Allowed Product Variability." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_allowed_product_variabilities_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/base-products/:base_product_id/allowed-product-variabilities/:id/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Allowed Product Variability." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/", "params": [ { "name": "base_product_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/", "params": [ { "name": "base_product_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/:id/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Pricing sheet." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/:id/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Pricing sheet." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/:id/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Pricing sheet." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/:id/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Pricing sheet." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_bulk_update_base_rates_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/:id/bulk-update-base-rates/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Pricing sheet." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_bulk_update_discounts_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/:id/bulk-update-discounts/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Pricing sheet." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_base_rates_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/:pricing_sheet_id/base-rates/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "pricing_sheet_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_base_rates_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/:pricing_sheet_id/base-rates/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "pricing_sheet_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_base_rates_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/:pricing_sheet_id/base-rates/:id/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Base rate." }, { "name": "pricing_sheet_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_base_rates_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/:pricing_sheet_id/base-rates/:id/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Base rate." }, { "name": "pricing_sheet_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_base_rates_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/:pricing_sheet_id/base-rates/:id/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Base rate." }, { "name": "pricing_sheet_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_pricing_sheets_discounts_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/base-products/:base_product_id/pricing-sheets/:pricing_sheet_id/discounts/", "params": [ { "name": "base_product_id", "value": "", "type": "path" }, { "name": "pricing_sheet_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/base-products/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Base product." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/base-products/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Base product." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "api_base_products_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/base-products/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Base product." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }