{ "info": { "_postman_id": "d5d52207-4b69-4de2-88db-9e3e5d2464e4", "name": "Contact Management Service", "description": "Contact Management Service", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" }, "item": [ { "name": "Sales Contact", "description": "Sales contact REST APIs to fetch customer contacts for provided quotes and entitlements.", "item": [ { "name": "Fetch Quote Contacts For provided Quotes", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}api/v2/sales/contact/quote", "query": [ { "key": "quotes", "value": "{{quotes}}", "disabled": false } ], "variable": [] }, "method": "GET", "header": [ { "key": "X-transaction-account", "value": "{{X-transaction-account}}", "disabled": false }, { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "auth": { "type": "bearer", "bearer": { "key": "token", "type": "string" } } }, "response": [] }, { "name": "Fetch Customer Contacts For provided invoiceGroupIds", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}api/v1/sales/contact/invoiceGroupIds", "query": [ { "key": "invoiceGroupIds", "value": "{{invoiceGroupIds}}", "disabled": false } ], "variable": [] }, "method": "GET", "header": [ { "key": "X-transaction-account", "value": "{{X-transaction-account}}", "disabled": false }, { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "auth": { "type": "bearer", "bearer": { "key": "token", "type": "string" } } }, "response": [] }, { "name": "Fetch Customer Contacts and Quote Contacts For provided Quotes", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}api/v1/sales/contact/quote", "query": [ { "key": "quotes", "value": "{{quotes}}", "disabled": false } ], "variable": [] }, "method": "GET", "header": [ { "key": "X-transaction-account", "value": "{{X-transaction-account}}", "disabled": false }, { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "auth": { "type": "bearer", "bearer": { "key": "token", "type": "string" } } }, "response": [] }, { "name": "Fetch Customer Contacts For provided Entitlements", "request": { "url": { "protocol": "{{protocol}}", "host": "{{host}}", "path": "{{basePath}}api/v1/sales/contact/entitlement", "query": [ { "key": "entitlements", "value": "{{entitlements}}", "disabled": false } ], "variable": [] }, "method": "GET", "header": [ { "key": "X-transaction-account", "value": "{{X-transaction-account}}", "disabled": false }, { "description": "", "disabled": false, "key": "Accept", "value": "application/json" } ], "auth": { "type": "bearer", "bearer": { "key": "token", "type": "string" } } }, "response": [] } ] } ], "variable": [ { "key": "protocol", "name": "Protocol", "description": "The HTTP Protocol that should be used for this REST API.", "type": "string", "value": "https" }, { "key": "host", "name": "Host", "description": "The HTTP host that should be used for this REST API.", "type": "string", "value": "api.atlassian.com" }, { "key": "basePath", "name": "Base Path", "description": "The path, after the host, of the base of the REST API.", "type": "string", "value": "" } ] }