{ "info": { "_postman_id": "95871307-0835-404b-8c4e-b433ad85a506", "name": "Aster", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "aster", "item": [ { "name": "accountactivities", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded sucessfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements", "item": [ { "name": "Returns a list of Agreements for an Account Actvity.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account Actvity to get the Agreements for." } ] } }, "response": [ { "name": "Agreements have been retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account Actvity to get the Agreements for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account Actvity to get the Agreements for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account Actvity to get the Agreements for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an eSign createAgreement", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "files", "value": "ullamco", "description": "(Required) " }, { "key": "files", "value": "laborum exercitation cillum esse", "description": "(Required) " }, { "key": "name", "value": "quis commodo exercitation deserunt culpa", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "externalSocialAuthenticationId", "value": "eu ipsum ut quis deserunt", "description": "(Required) " }, { "key": "comments", "value": "cupidatat" }, { "key": "completeInOrder", "value": "false" }, { "key": "frequency", "value": "{\"value\":\"\"}" }, { "key": "delay", "value": "{\"value\":\"\"}" }, { "key": "showOnPortal", "value": "false" }, { "key": "requiresTwoFactor", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Account Activity" } ] } }, "response": [ { "name": "Agreement submited to signature Provider succesfully.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Account Activity" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Account Activity" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Account Activity" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Account or document not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Account Activity" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get an AccountActivity", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the AccountActivity resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested AccountActivity resource" } ] } }, "response": [ { "name": "Returns the AccountActivity model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested AccountActivity resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"externalReference\": \"sed nostrud non proident\",\n \"seminar\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"id\": \"in fugiat incid\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"id fugiat amet consectetur\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"ipsum\",\n \"startDate\": \"1995-04-02T20:52:07.994Z\",\n \"dueDate\": \"1942-06-19T09:00:51.038Z\",\n \"completedDate\": \"1953-05-14T22:05:40.370Z\",\n \"percentComplete\": 40690247.76896316,\n \"complete\": false,\n \"billingInformation\": \"ullamco deserunt dolor\",\n \"private\": false,\n \"reference\": \"adipisicing Lorem nostrud\",\n \"reminder\": true,\n \"showOnCalendar\": false,\n \"exported\": false,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"deserunt\",\n \"createdDate\": \"2015-01-16T14:30:19.488Z\",\n \"createdBy\": \"cupidatat\",\n \"updatedDate\": \"2000-02-23T20:58:52.527Z\",\n \"updatedBy\": \"fugiat Lorem ex est aliqua\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint enim\",\n \"Lorem aliquip dolor pariatur\"\n ],\n \"setAdditionalFields\": [\n \"magna Duis in\",\n \"esse ea\"\n ],\n \"avatarUrl\": \"dolore laboris ut enim\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested AccountActivity resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested AccountActivity resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a AccountActivity", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "externalReference", "value": "sed nostrud non proident" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "in fugiat incid" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "id fugiat amet consectetur" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "ipsum" }, { "key": "startDate", "value": "1995-04-02T20:52:07.994Z" }, { "key": "dueDate", "value": "1942-06-19T09:00:51.038Z" }, { "key": "completedDate", "value": "1953-05-14T22:05:40.370Z" }, { "key": "percentComplete", "value": "40690247.76896316" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "ullamco deserunt dolor" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "adipisicing Lorem nostrud" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "deserunt" }, { "key": "createdDate", "value": "2015-01-16T14:30:19.488Z" }, { "key": "createdBy", "value": "cupidatat" }, { "key": "updatedDate", "value": "2000-02-23T20:58:52.527Z" }, { "key": "updatedBy", "value": "fugiat Lorem ex est aliqua" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint enim" }, { "key": "setFields", "value": "Lorem aliquip dolor pariatur" }, { "key": "setAdditionalFields", "value": "magna Duis in" }, { "key": "setAdditionalFields", "value": "esse ea" }, { "key": "avatarUrl", "value": "dolore laboris ut enim" } ] }, "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the AccountActivity resource to update" } ] } }, "response": [ { "name": "Returns the AccountActivity model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the AccountActivity resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"externalReference\": \"sed nostrud non proident\",\n \"seminar\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"id\": \"in fugiat incid\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"id fugiat amet consectetur\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"ipsum\",\n \"startDate\": \"1995-04-02T20:52:07.994Z\",\n \"dueDate\": \"1942-06-19T09:00:51.038Z\",\n \"completedDate\": \"1953-05-14T22:05:40.370Z\",\n \"percentComplete\": 40690247.76896316,\n \"complete\": false,\n \"billingInformation\": \"ullamco deserunt dolor\",\n \"private\": false,\n \"reference\": \"adipisicing Lorem nostrud\",\n \"reminder\": true,\n \"showOnCalendar\": false,\n \"exported\": false,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"deserunt\",\n \"createdDate\": \"2015-01-16T14:30:19.488Z\",\n \"createdBy\": \"cupidatat\",\n \"updatedDate\": \"2000-02-23T20:58:52.527Z\",\n \"updatedBy\": \"fugiat Lorem ex est aliqua\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint enim\",\n \"Lorem aliquip dolor pariatur\"\n ],\n \"setAdditionalFields\": [\n \"magna Duis in\",\n \"esse ea\"\n ],\n \"avatarUrl\": \"dolore laboris ut enim\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the AccountActivity resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the AccountActivity resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete an Account Activity", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account Activity resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account Activity resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account Activity resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account Activity resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update an Account Activity", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "externalReference", "value": "sed nostrud non proident" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "in fugiat incid" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "id fugiat amet consectetur" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "ipsum" }, { "key": "startDate", "value": "1995-04-02T20:52:07.994Z" }, { "key": "dueDate", "value": "1942-06-19T09:00:51.038Z" }, { "key": "completedDate", "value": "1953-05-14T22:05:40.370Z" }, { "key": "percentComplete", "value": "40690247.76896316" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "ullamco deserunt dolor" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "adipisicing Lorem nostrud" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "deserunt" }, { "key": "createdDate", "value": "2015-01-16T14:30:19.488Z" }, { "key": "createdBy", "value": "cupidatat" }, { "key": "updatedDate", "value": "2000-02-23T20:58:52.527Z" }, { "key": "updatedBy", "value": "fugiat Lorem ex est aliqua" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint enim" }, { "key": "setFields", "value": "Lorem aliquip dolor pariatur" }, { "key": "setAdditionalFields", "value": "magna Duis in" }, { "key": "setAdditionalFields", "value": "esse ea" }, { "key": "avatarUrl", "value": "dolore laboris ut enim" } ] }, "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account Activity resource to update" } ] } }, "response": [ { "name": "Returns the Account Activity model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "externalReference", "value": "sed nostrud non proident" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "in fugiat incid" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "id fugiat amet consectetur" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "ipsum" }, { "key": "startDate", "value": "1995-04-02T20:52:07.994Z" }, { "key": "dueDate", "value": "1942-06-19T09:00:51.038Z" }, { "key": "completedDate", "value": "1953-05-14T22:05:40.370Z" }, { "key": "percentComplete", "value": "40690247.76896316" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "ullamco deserunt dolor" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "adipisicing Lorem nostrud" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "deserunt" }, { "key": "createdDate", "value": "2015-01-16T14:30:19.488Z" }, { "key": "createdBy", "value": "cupidatat" }, { "key": "updatedDate", "value": "2000-02-23T20:58:52.527Z" }, { "key": "updatedBy", "value": "fugiat Lorem ex est aliqua" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint enim" }, { "key": "setFields", "value": "Lorem aliquip dolor pariatur" }, { "key": "setAdditionalFields", "value": "magna Duis in" }, { "key": "setAdditionalFields", "value": "esse ea" }, { "key": "avatarUrl", "value": "dolore laboris ut enim" } ] }, "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account Activity resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"externalReference\": \"sed nostrud non proident\",\n \"seminar\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"id\": \"in fugiat incid\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"id fugiat amet consectetur\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"ipsum\",\n \"startDate\": \"1995-04-02T20:52:07.994Z\",\n \"dueDate\": \"1942-06-19T09:00:51.038Z\",\n \"completedDate\": \"1953-05-14T22:05:40.370Z\",\n \"percentComplete\": 40690247.76896316,\n \"complete\": false,\n \"billingInformation\": \"ullamco deserunt dolor\",\n \"private\": false,\n \"reference\": \"adipisicing Lorem nostrud\",\n \"reminder\": true,\n \"showOnCalendar\": false,\n \"exported\": false,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"deserunt\",\n \"createdDate\": \"2015-01-16T14:30:19.488Z\",\n \"createdBy\": \"cupidatat\",\n \"updatedDate\": \"2000-02-23T20:58:52.527Z\",\n \"updatedBy\": \"fugiat Lorem ex est aliqua\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint enim\",\n \"Lorem aliquip dolor pariatur\"\n ],\n \"setAdditionalFields\": [\n \"magna Duis in\",\n \"esse ea\"\n ],\n \"avatarUrl\": \"dolore laboris ut enim\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "externalReference", "value": "sed nostrud non proident" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "in fugiat incid" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "id fugiat amet consectetur" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "ipsum" }, { "key": "startDate", "value": "1995-04-02T20:52:07.994Z" }, { "key": "dueDate", "value": "1942-06-19T09:00:51.038Z" }, { "key": "completedDate", "value": "1953-05-14T22:05:40.370Z" }, { "key": "percentComplete", "value": "40690247.76896316" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "ullamco deserunt dolor" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "adipisicing Lorem nostrud" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "deserunt" }, { "key": "createdDate", "value": "2015-01-16T14:30:19.488Z" }, { "key": "createdBy", "value": "cupidatat" }, { "key": "updatedDate", "value": "2000-02-23T20:58:52.527Z" }, { "key": "updatedBy", "value": "fugiat Lorem ex est aliqua" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint enim" }, { "key": "setFields", "value": "Lorem aliquip dolor pariatur" }, { "key": "setAdditionalFields", "value": "magna Duis in" }, { "key": "setAdditionalFields", "value": "esse ea" }, { "key": "avatarUrl", "value": "dolore laboris ut enim" } ] }, "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account Activity resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "externalReference", "value": "sed nostrud non proident" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "in fugiat incid" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "id fugiat amet consectetur" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "ipsum" }, { "key": "startDate", "value": "1995-04-02T20:52:07.994Z" }, { "key": "dueDate", "value": "1942-06-19T09:00:51.038Z" }, { "key": "completedDate", "value": "1953-05-14T22:05:40.370Z" }, { "key": "percentComplete", "value": "40690247.76896316" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "ullamco deserunt dolor" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "adipisicing Lorem nostrud" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "deserunt" }, { "key": "createdDate", "value": "2015-01-16T14:30:19.488Z" }, { "key": "createdBy", "value": "cupidatat" }, { "key": "updatedDate", "value": "2000-02-23T20:58:52.527Z" }, { "key": "updatedBy", "value": "fugiat Lorem ex est aliqua" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint enim" }, { "key": "setFields", "value": "Lorem aliquip dolor pariatur" }, { "key": "setAdditionalFields", "value": "magna Duis in" }, { "key": "setAdditionalFields", "value": "esse ea" }, { "key": "avatarUrl", "value": "dolore laboris ut enim" } ] }, "url": { "raw": "{{baseUrl}}/aster/accountactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account Activity resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "documentproduction", "item": [ { "name": "Create document production jobs", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" }, { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/accountactivities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", "documentproduction", "jobs" ] } }, "response": [ { "name": "Returns collection of job ids", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", "documentproduction", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", "documentproduction", "jobs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get document production templates", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", "documentproduction", "templates" ] } }, "response": [ { "name": "Returns collection of templates", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", "documentproduction", "templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] } ] }, { "name": "Get a list of Account Activities", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of AccountActivity models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a AccountActivity", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "externalReference", "value": "fugiat consectetur pariatur in" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "sit anim sint" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "deserunt ullamco" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "veniam est non labore" }, { "key": "startDate", "value": "1961-01-02T09:52:08.765Z" }, { "key": "dueDate", "value": "2000-06-30T19:53:59.578Z" }, { "key": "completedDate", "value": "1953-06-13T00:05:11.123Z" }, { "key": "percentComplete", "value": "69306728.2533018" }, { "key": "complete", "value": "true" }, { "key": "billingInformation", "value": "elit cillum" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "occaecat pariatur dolore ad ipsum" }, { "key": "reminder", "value": "false" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "amet culpa mollit fugia" }, { "key": "createdDate", "value": "1945-10-06T02:10:56.203Z" }, { "key": "createdBy", "value": "minim nisi aliqua" }, { "key": "updatedDate", "value": "1996-01-18T03:30:32.156Z" }, { "key": "updatedBy", "value": "magna minim nostrud Lorem" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "eu exercitation" }, { "key": "setFields", "value": "consequat eu" }, { "key": "setAdditionalFields", "value": "qui occaecat Duis labore" }, { "key": "setAdditionalFields", "value": "veniam amet culpa" }, { "key": "avatarUrl", "value": "Duis enim ullamco cupidatat" } ] }, "url": { "raw": "{{baseUrl}}/aster/accountactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities" ] } }, "response": [ { "name": "Returns the AccountActivity model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"externalReference\": \"sed nostrud non proident\",\n \"seminar\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"id\": \"in fugiat incid\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"id fugiat amet consectetur\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"ipsum\",\n \"startDate\": \"1995-04-02T20:52:07.994Z\",\n \"dueDate\": \"1942-06-19T09:00:51.038Z\",\n \"completedDate\": \"1953-05-14T22:05:40.370Z\",\n \"percentComplete\": 40690247.76896316,\n \"complete\": false,\n \"billingInformation\": \"ullamco deserunt dolor\",\n \"private\": false,\n \"reference\": \"adipisicing Lorem nostrud\",\n \"reminder\": true,\n \"showOnCalendar\": false,\n \"exported\": false,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"deserunt\",\n \"createdDate\": \"2015-01-16T14:30:19.488Z\",\n \"createdBy\": \"cupidatat\",\n \"updatedDate\": \"2000-02-23T20:58:52.527Z\",\n \"updatedBy\": \"fugiat Lorem ex est aliqua\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint enim\",\n \"Lorem aliquip dolor pariatur\"\n ],\n \"setAdditionalFields\": [\n \"magna Duis in\",\n \"esse ea\"\n ],\n \"avatarUrl\": \"dolore laboris ut enim\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"Ut reprehenderit\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"cillum dolore Lorem\",\n \"Lorem amet\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"aliqua do\",\n \"veniam culpa\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accountactivities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accountactivities", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "accounts", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded successfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements", "item": [ { "name": "Returns a list of Agreements for an Account.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account to get the Agreements for." } ] } }, "response": [ { "name": "Agreements have been retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account to get the Agreements for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account to get the Agreements for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account to get the Agreements for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an eSign createAgreement", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "files", "value": "commodo ullamco aliquip", "description": "(Required) " }, { "key": "files", "value": "deserunt dolore sunt", "description": "(Required) " }, { "key": "name", "value": "enim dolor qui sunt", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "externalSocialAuthenticationId", "value": "Lorem aliqua", "description": "(Required) " }, { "key": "comments", "value": "nostrud elit commodo" }, { "key": "completeInOrder", "value": "true" }, { "key": "frequency", "value": "{\"value\":\"\"}" }, { "key": "delay", "value": "{\"value\":\"\"}" }, { "key": "showOnPortal", "value": "true" }, { "key": "requiresTwoFactor", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/accounts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Account" } ] } }, "response": [ { "name": "Agreement submited to signature Provider succesfully.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Account" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Account" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Account" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Account not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Account" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "externalsocialauthentications", "item": [ { "name": "Get a list of External Social Authentications for an account.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the account linked to external social auths." } ] } }, "response": [ { "name": "Returns a list of external social authentications.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the account linked to external social auths." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"name\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"expiryDate\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"name\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"expiryDate\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Account could not found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the account linked to external social auths." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an External Social Authentication", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "integrationId", "value": "laborum fugiat exercitation officia" }, { "key": "redirectUrl", "value": "fugiat aliquip reprehenderit mollit" } ] }, "url": { "raw": "{{baseUrl}}/aster/accounts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account record to create External Social Auth against" } ] } }, "response": [ { "name": "Returns the created External Social Authentication", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account record to create External Social Auth against" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"ipsum\",\n \"name\": \"pariatur adipisicing\",\n \"providerName\": \"pariatur qui irure\",\n \"createdDate\": \"1964-08-19T14:21:08.222Z\",\n \"createdBy\": \"dolore Duis laborum fugiat est\",\n \"expiryDate\": \"1949-05-12T07:22:14.724Z\"\n}" }, { "name": "Bad Request. Invalid data was sent", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account record to create External Social Auth against" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Account with the Id was not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account record to create External Social Auth against" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get an Account", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Account resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Account resource" } ] } }, "response": [ { "name": "Returns the Account model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Account resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"in adipisicing Duis officia\",\n \"summary\": \"Ut dolor\",\n \"accountNumber\": \"dolor consectetur qui voluptate\",\n \"potential\": -94535620.25301525,\n \"sales\": 98511568.83126608,\n \"discount\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"accountManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"supportManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type1\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"type2\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"primaryContact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"supportContact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"address1\": \"irure mollit nostrud anim \",\n \"address2\": \"ipsum esse officia tempo\",\n \"address3\": \"Ut\",\n \"town\": \"in pariatur\",\n \"county\": \"ipsum laboris eiusmod\",\n \"postcode\": \"do\",\n \"country\": \"esse culpa\",\n \"billingAddress1\": \"consequat incididunt\",\n \"billingAddress2\": \"exercitation non\",\n \"billingAddress3\": \"commodo adipisicing tempor\",\n \"billingTown\": \"ipsum cupidatat reprehenderit eu\",\n \"billingCounty\": \"occaecat\",\n \"billingPostcode\": \"do veniam\",\n \"billingCountry\": \"ullamco ea consequat cupidatat in\",\n \"phone\": \"amet\",\n \"site\": \"fugiat esse\",\n \"website\": \"fugiat eu adipisicing\",\n \"externalReference\": \"Duis aliquip et ullamco\",\n \"reference\": \"occaecat officia sunt do\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"primarySite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"billingSite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"billingCurrencyId\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"billingCurrencyCode\": \"Lorem laborum eu ea\",\n \"shortCode\": \"sit aliquip\",\n \"createdDate\": \"1977-08-20T00:41:42.526Z\",\n \"createdBy\": \"culpa\",\n \"updatedDate\": \"2009-04-29T01:55:11.182Z\",\n \"updatedBy\": \"aliqua ipsum\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"minim quis\",\n \"reprehenderit\"\n ],\n \"setAdditionalFields\": [\n \"in consectetur nost\",\n \"aliqua aliquip\"\n ],\n \"avatarUrl\": \"esse veniam consectetur\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Account resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Account resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update an Account", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in adipisicing Duis officia" }, { "key": "summary", "value": "Ut dolor" }, { "key": "accountNumber", "value": "dolor consectetur qui voluptate" }, { "key": "potential", "value": "-94535620.25301525" }, { "key": "sales", "value": "98511568.83126608" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "irure mollit nostrud anim " }, { "key": "address2", "value": "ipsum esse officia tempo" }, { "key": "address3", "value": "Ut" }, { "key": "town", "value": "in pariatur" }, { "key": "county", "value": "ipsum laboris eiusmod" }, { "key": "postcode", "value": "do" }, { "key": "country", "value": "esse culpa" }, { "key": "billingAddress1", "value": "consequat incididunt" }, { "key": "billingAddress2", "value": "exercitation non" }, { "key": "billingAddress3", "value": "commodo adipisicing tempor" }, { "key": "billingTown", "value": "ipsum cupidatat reprehenderit eu" }, { "key": "billingCounty", "value": "occaecat" }, { "key": "billingPostcode", "value": "do veniam" }, { "key": "billingCountry", "value": "ullamco ea consequat cupidatat in" }, { "key": "phone", "value": "amet" }, { "key": "site", "value": "fugiat esse" }, { "key": "website", "value": "fugiat eu adipisicing" }, { "key": "externalReference", "value": "Duis aliquip et ullamco" }, { "key": "reference", "value": "occaecat officia sunt do" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "billingCurrencyCode", "value": "Lorem laborum eu ea" }, { "key": "shortCode", "value": "sit aliquip" }, { "key": "createdDate", "value": "1977-08-20T00:41:42.526Z" }, { "key": "createdBy", "value": "culpa" }, { "key": "updatedDate", "value": "2009-04-29T01:55:11.182Z" }, { "key": "updatedBy", "value": "aliqua ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "minim quis" }, { "key": "setFields", "value": "reprehenderit" }, { "key": "setAdditionalFields", "value": "in consectetur nost" }, { "key": "setAdditionalFields", "value": "aliqua aliquip" }, { "key": "avatarUrl", "value": "esse veniam consectetur" } ] }, "url": { "raw": "{{baseUrl}}/aster/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to update" } ] } }, "response": [ { "name": "Returns the Account model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"in adipisicing Duis officia\",\n \"summary\": \"Ut dolor\",\n \"accountNumber\": \"dolor consectetur qui voluptate\",\n \"potential\": -94535620.25301525,\n \"sales\": 98511568.83126608,\n \"discount\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"accountManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"supportManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type1\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"type2\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"primaryContact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"supportContact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"address1\": \"irure mollit nostrud anim \",\n \"address2\": \"ipsum esse officia tempo\",\n \"address3\": \"Ut\",\n \"town\": \"in pariatur\",\n \"county\": \"ipsum laboris eiusmod\",\n \"postcode\": \"do\",\n \"country\": \"esse culpa\",\n \"billingAddress1\": \"consequat incididunt\",\n \"billingAddress2\": \"exercitation non\",\n \"billingAddress3\": \"commodo adipisicing tempor\",\n \"billingTown\": \"ipsum cupidatat reprehenderit eu\",\n \"billingCounty\": \"occaecat\",\n \"billingPostcode\": \"do veniam\",\n \"billingCountry\": \"ullamco ea consequat cupidatat in\",\n \"phone\": \"amet\",\n \"site\": \"fugiat esse\",\n \"website\": \"fugiat eu adipisicing\",\n \"externalReference\": \"Duis aliquip et ullamco\",\n \"reference\": \"occaecat officia sunt do\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"primarySite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"billingSite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"billingCurrencyId\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"billingCurrencyCode\": \"Lorem laborum eu ea\",\n \"shortCode\": \"sit aliquip\",\n \"createdDate\": \"1977-08-20T00:41:42.526Z\",\n \"createdBy\": \"culpa\",\n \"updatedDate\": \"2009-04-29T01:55:11.182Z\",\n \"updatedBy\": \"aliqua ipsum\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"minim quis\",\n \"reprehenderit\"\n ],\n \"setAdditionalFields\": [\n \"in consectetur nost\",\n \"aliqua aliquip\"\n ],\n \"avatarUrl\": \"esse veniam consectetur\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete an Account", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update an Account", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in adipisicing Duis officia" }, { "key": "summary", "value": "Ut dolor" }, { "key": "accountNumber", "value": "dolor consectetur qui voluptate" }, { "key": "potential", "value": "-94535620.25301525" }, { "key": "sales", "value": "98511568.83126608" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "irure mollit nostrud anim " }, { "key": "address2", "value": "ipsum esse officia tempo" }, { "key": "address3", "value": "Ut" }, { "key": "town", "value": "in pariatur" }, { "key": "county", "value": "ipsum laboris eiusmod" }, { "key": "postcode", "value": "do" }, { "key": "country", "value": "esse culpa" }, { "key": "billingAddress1", "value": "consequat incididunt" }, { "key": "billingAddress2", "value": "exercitation non" }, { "key": "billingAddress3", "value": "commodo adipisicing tempor" }, { "key": "billingTown", "value": "ipsum cupidatat reprehenderit eu" }, { "key": "billingCounty", "value": "occaecat" }, { "key": "billingPostcode", "value": "do veniam" }, { "key": "billingCountry", "value": "ullamco ea consequat cupidatat in" }, { "key": "phone", "value": "amet" }, { "key": "site", "value": "fugiat esse" }, { "key": "website", "value": "fugiat eu adipisicing" }, { "key": "externalReference", "value": "Duis aliquip et ullamco" }, { "key": "reference", "value": "occaecat officia sunt do" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "billingCurrencyCode", "value": "Lorem laborum eu ea" }, { "key": "shortCode", "value": "sit aliquip" }, { "key": "createdDate", "value": "1977-08-20T00:41:42.526Z" }, { "key": "createdBy", "value": "culpa" }, { "key": "updatedDate", "value": "2009-04-29T01:55:11.182Z" }, { "key": "updatedBy", "value": "aliqua ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "minim quis" }, { "key": "setFields", "value": "reprehenderit" }, { "key": "setAdditionalFields", "value": "in consectetur nost" }, { "key": "setAdditionalFields", "value": "aliqua aliquip" }, { "key": "avatarUrl", "value": "esse veniam consectetur" } ] }, "url": { "raw": "{{baseUrl}}/aster/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to update" } ] } }, "response": [ { "name": "Returns the Account model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in adipisicing Duis officia" }, { "key": "summary", "value": "Ut dolor" }, { "key": "accountNumber", "value": "dolor consectetur qui voluptate" }, { "key": "potential", "value": "-94535620.25301525" }, { "key": "sales", "value": "98511568.83126608" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "irure mollit nostrud anim " }, { "key": "address2", "value": "ipsum esse officia tempo" }, { "key": "address3", "value": "Ut" }, { "key": "town", "value": "in pariatur" }, { "key": "county", "value": "ipsum laboris eiusmod" }, { "key": "postcode", "value": "do" }, { "key": "country", "value": "esse culpa" }, { "key": "billingAddress1", "value": "consequat incididunt" }, { "key": "billingAddress2", "value": "exercitation non" }, { "key": "billingAddress3", "value": "commodo adipisicing tempor" }, { "key": "billingTown", "value": "ipsum cupidatat reprehenderit eu" }, { "key": "billingCounty", "value": "occaecat" }, { "key": "billingPostcode", "value": "do veniam" }, { "key": "billingCountry", "value": "ullamco ea consequat cupidatat in" }, { "key": "phone", "value": "amet" }, { "key": "site", "value": "fugiat esse" }, { "key": "website", "value": "fugiat eu adipisicing" }, { "key": "externalReference", "value": "Duis aliquip et ullamco" }, { "key": "reference", "value": "occaecat officia sunt do" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "billingCurrencyCode", "value": "Lorem laborum eu ea" }, { "key": "shortCode", "value": "sit aliquip" }, { "key": "createdDate", "value": "1977-08-20T00:41:42.526Z" }, { "key": "createdBy", "value": "culpa" }, { "key": "updatedDate", "value": "2009-04-29T01:55:11.182Z" }, { "key": "updatedBy", "value": "aliqua ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "minim quis" }, { "key": "setFields", "value": "reprehenderit" }, { "key": "setAdditionalFields", "value": "in consectetur nost" }, { "key": "setAdditionalFields", "value": "aliqua aliquip" }, { "key": "avatarUrl", "value": "esse veniam consectetur" } ] }, "url": { "raw": "{{baseUrl}}/aster/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"in adipisicing Duis officia\",\n \"summary\": \"Ut dolor\",\n \"accountNumber\": \"dolor consectetur qui voluptate\",\n \"potential\": -94535620.25301525,\n \"sales\": 98511568.83126608,\n \"discount\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"accountManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"supportManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type1\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"type2\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"primaryContact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"supportContact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"address1\": \"irure mollit nostrud anim \",\n \"address2\": \"ipsum esse officia tempo\",\n \"address3\": \"Ut\",\n \"town\": \"in pariatur\",\n \"county\": \"ipsum laboris eiusmod\",\n \"postcode\": \"do\",\n \"country\": \"esse culpa\",\n \"billingAddress1\": \"consequat incididunt\",\n \"billingAddress2\": \"exercitation non\",\n \"billingAddress3\": \"commodo adipisicing tempor\",\n \"billingTown\": \"ipsum cupidatat reprehenderit eu\",\n \"billingCounty\": \"occaecat\",\n \"billingPostcode\": \"do veniam\",\n \"billingCountry\": \"ullamco ea consequat cupidatat in\",\n \"phone\": \"amet\",\n \"site\": \"fugiat esse\",\n \"website\": \"fugiat eu adipisicing\",\n \"externalReference\": \"Duis aliquip et ullamco\",\n \"reference\": \"occaecat officia sunt do\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"primarySite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"billingSite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"billingCurrencyId\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"billingCurrencyCode\": \"Lorem laborum eu ea\",\n \"shortCode\": \"sit aliquip\",\n \"createdDate\": \"1977-08-20T00:41:42.526Z\",\n \"createdBy\": \"culpa\",\n \"updatedDate\": \"2009-04-29T01:55:11.182Z\",\n \"updatedBy\": \"aliqua ipsum\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"minim quis\",\n \"reprehenderit\"\n ],\n \"setAdditionalFields\": [\n \"in consectetur nost\",\n \"aliqua aliquip\"\n ],\n \"avatarUrl\": \"esse veniam consectetur\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in adipisicing Duis officia" }, { "key": "summary", "value": "Ut dolor" }, { "key": "accountNumber", "value": "dolor consectetur qui voluptate" }, { "key": "potential", "value": "-94535620.25301525" }, { "key": "sales", "value": "98511568.83126608" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "irure mollit nostrud anim " }, { "key": "address2", "value": "ipsum esse officia tempo" }, { "key": "address3", "value": "Ut" }, { "key": "town", "value": "in pariatur" }, { "key": "county", "value": "ipsum laboris eiusmod" }, { "key": "postcode", "value": "do" }, { "key": "country", "value": "esse culpa" }, { "key": "billingAddress1", "value": "consequat incididunt" }, { "key": "billingAddress2", "value": "exercitation non" }, { "key": "billingAddress3", "value": "commodo adipisicing tempor" }, { "key": "billingTown", "value": "ipsum cupidatat reprehenderit eu" }, { "key": "billingCounty", "value": "occaecat" }, { "key": "billingPostcode", "value": "do veniam" }, { "key": "billingCountry", "value": "ullamco ea consequat cupidatat in" }, { "key": "phone", "value": "amet" }, { "key": "site", "value": "fugiat esse" }, { "key": "website", "value": "fugiat eu adipisicing" }, { "key": "externalReference", "value": "Duis aliquip et ullamco" }, { "key": "reference", "value": "occaecat officia sunt do" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "billingCurrencyCode", "value": "Lorem laborum eu ea" }, { "key": "shortCode", "value": "sit aliquip" }, { "key": "createdDate", "value": "1977-08-20T00:41:42.526Z" }, { "key": "createdBy", "value": "culpa" }, { "key": "updatedDate", "value": "2009-04-29T01:55:11.182Z" }, { "key": "updatedBy", "value": "aliqua ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "minim quis" }, { "key": "setFields", "value": "reprehenderit" }, { "key": "setAdditionalFields", "value": "in consectetur nost" }, { "key": "setAdditionalFields", "value": "aliqua aliquip" }, { "key": "avatarUrl", "value": "esse veniam consectetur" } ] }, "url": { "raw": "{{baseUrl}}/aster/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in adipisicing Duis officia" }, { "key": "summary", "value": "Ut dolor" }, { "key": "accountNumber", "value": "dolor consectetur qui voluptate" }, { "key": "potential", "value": "-94535620.25301525" }, { "key": "sales", "value": "98511568.83126608" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "irure mollit nostrud anim " }, { "key": "address2", "value": "ipsum esse officia tempo" }, { "key": "address3", "value": "Ut" }, { "key": "town", "value": "in pariatur" }, { "key": "county", "value": "ipsum laboris eiusmod" }, { "key": "postcode", "value": "do" }, { "key": "country", "value": "esse culpa" }, { "key": "billingAddress1", "value": "consequat incididunt" }, { "key": "billingAddress2", "value": "exercitation non" }, { "key": "billingAddress3", "value": "commodo adipisicing tempor" }, { "key": "billingTown", "value": "ipsum cupidatat reprehenderit eu" }, { "key": "billingCounty", "value": "occaecat" }, { "key": "billingPostcode", "value": "do veniam" }, { "key": "billingCountry", "value": "ullamco ea consequat cupidatat in" }, { "key": "phone", "value": "amet" }, { "key": "site", "value": "fugiat esse" }, { "key": "website", "value": "fugiat eu adipisicing" }, { "key": "externalReference", "value": "Duis aliquip et ullamco" }, { "key": "reference", "value": "occaecat officia sunt do" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "billingCurrencyCode", "value": "Lorem laborum eu ea" }, { "key": "shortCode", "value": "sit aliquip" }, { "key": "createdDate", "value": "1977-08-20T00:41:42.526Z" }, { "key": "createdBy", "value": "culpa" }, { "key": "updatedDate", "value": "2009-04-29T01:55:11.182Z" }, { "key": "updatedBy", "value": "aliqua ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "minim quis" }, { "key": "setFields", "value": "reprehenderit" }, { "key": "setAdditionalFields", "value": "in consectetur nost" }, { "key": "setAdditionalFields", "value": "aliqua aliquip" }, { "key": "avatarUrl", "value": "esse veniam consectetur" } ] }, "url": { "raw": "{{baseUrl}}/aster/accounts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Make an Account Dormant", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/makedormant", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "makedormant" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to make dormant" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/makedormant", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "makedormant" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to make dormant" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/makedormant", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "makedormant" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to make dormant" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/makedormant", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "makedormant" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account resource to make dormant" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Add a Financial Entity to an Account", "request": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/addfinancialentity/:financialEntityId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "addfinancialentity", ":financialEntityId" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "financialEntityId", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/addfinancialentity/:financialEntityId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "addfinancialentity", ":financialEntityId" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "financialEntityId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/addfinancialentity/:financialEntityId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "addfinancialentity", ":financialEntityId" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "financialEntityId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/addfinancialentity/:financialEntityId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "addfinancialentity", ":financialEntityId" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "financialEntityId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create Touch Point", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "touchPointRuleId", "value": "consequat dolore com" }, { "key": "summary", "value": "exercitation fugiat aliquip in" }, { "key": "details", "value": "laboris" }, { "key": "source", "value": "dolore voluptate" } ] }, "url": { "raw": "{{baseUrl}}/aster/accounts/:id/touchpoints", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "touchpoints" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account record to create Touch Point against" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/touchpoints", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "touchpoints" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account record to create Touch Point against" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/touchpoints", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "touchpoints" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account record to create Touch Point against" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/:id/touchpoints", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", ":id", "touchpoints" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Account record to create Touch Point against" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "documentproduction", "item": [ { "name": "Create document production jobs", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" }, { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/accounts/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", "documentproduction", "jobs" ] } }, "response": [ { "name": "Returns collection of job ids", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", "documentproduction", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", "documentproduction", "jobs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get document production templates", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", "documentproduction", "templates" ] } }, "response": [ { "name": "Returns collection of templates", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", "documentproduction", "templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] } ] }, { "name": "Get a list of Accounts", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of Account models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an Account", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "cupidatat enim ipsum cillum" }, { "key": "summary", "value": "id culpa officia quis" }, { "key": "accountNumber", "value": "exercitat" }, { "key": "potential", "value": "53056713.96018669" }, { "key": "sales", "value": "-14634184.9894851" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "dolore minim consequat aute" }, { "key": "address2", "value": "cillum volupta" }, { "key": "address3", "value": "cillum in quis aliqua" }, { "key": "town", "value": "Excepteur ad reprehenderit commodo" }, { "key": "county", "value": "dolore ad proident culpa" }, { "key": "postcode", "value": "eu velit" }, { "key": "country", "value": "ea laboris ut quis" }, { "key": "billingAddress1", "value": "conse" }, { "key": "billingAddress2", "value": "dolor sit adipisicing amet" }, { "key": "billingAddress3", "value": "in quis laboris occaecat eu" }, { "key": "billingTown", "value": "deserunt Duis" }, { "key": "billingCounty", "value": "ipsum minim" }, { "key": "billingPostcode", "value": "mollit Duis" }, { "key": "billingCountry", "value": "enim magna Excepteur" }, { "key": "phone", "value": "tempor laboris reprehenderit non" }, { "key": "site", "value": "tempor laboris consequat" }, { "key": "website", "value": "commodo aliqua eiusmod nisi" }, { "key": "externalReference", "value": "adipisicing Lorem elit" }, { "key": "reference", "value": "consequat cillum in ex ad" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "billingCurrencyCode", "value": "incididunt laborum e" }, { "key": "shortCode", "value": "sint ut qui" }, { "key": "createdDate", "value": "1961-01-10T12:35:17.476Z" }, { "key": "createdBy", "value": "elit Duis ipsum est" }, { "key": "updatedDate", "value": "1993-10-12T15:28:44.275Z" }, { "key": "updatedBy", "value": "irure quis" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "id labore" }, { "key": "setFields", "value": "reprehenderit enim cillum aliquip" }, { "key": "setAdditionalFields", "value": "Duis deserunt" }, { "key": "setAdditionalFields", "value": "et minim" }, { "key": "avatarUrl", "value": "dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/accounts", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts" ] } }, "response": [ { "name": "Returns the Account model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"in adipisicing Duis officia\",\n \"summary\": \"Ut dolor\",\n \"accountNumber\": \"dolor consectetur qui voluptate\",\n \"potential\": -94535620.25301525,\n \"sales\": 98511568.83126608,\n \"discount\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"accountManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"supportManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type1\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"type2\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"primaryContact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"supportContact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"address1\": \"irure mollit nostrud anim \",\n \"address2\": \"ipsum esse officia tempo\",\n \"address3\": \"Ut\",\n \"town\": \"in pariatur\",\n \"county\": \"ipsum laboris eiusmod\",\n \"postcode\": \"do\",\n \"country\": \"esse culpa\",\n \"billingAddress1\": \"consequat incididunt\",\n \"billingAddress2\": \"exercitation non\",\n \"billingAddress3\": \"commodo adipisicing tempor\",\n \"billingTown\": \"ipsum cupidatat reprehenderit eu\",\n \"billingCounty\": \"occaecat\",\n \"billingPostcode\": \"do veniam\",\n \"billingCountry\": \"ullamco ea consequat cupidatat in\",\n \"phone\": \"amet\",\n \"site\": \"fugiat esse\",\n \"website\": \"fugiat eu adipisicing\",\n \"externalReference\": \"Duis aliquip et ullamco\",\n \"reference\": \"occaecat officia sunt do\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"primarySite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"billingSite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"billingCurrencyId\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"billingCurrencyCode\": \"Lorem laborum eu ea\",\n \"shortCode\": \"sit aliquip\",\n \"createdDate\": \"1977-08-20T00:41:42.526Z\",\n \"createdBy\": \"culpa\",\n \"updatedDate\": \"2009-04-29T01:55:11.182Z\",\n \"updatedBy\": \"aliqua ipsum\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"minim quis\",\n \"reprehenderit\"\n ],\n \"setAdditionalFields\": [\n \"in consectetur nost\",\n \"aliqua aliquip\"\n ],\n \"avatarUrl\": \"esse veniam consectetur\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the Account model", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/accounts/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "accounts", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements/{id}", "item": [ { "name": "Get details of an eSign agreement", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/agreements/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "agreements", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Agreement" } ] } }, "response": [ { "name": "Agreement details.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/agreements/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "agreements", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Agreement" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad Request. Invalid Agreement Id.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/agreements/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "agreements", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Agreement" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Agreement not found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/agreements/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "agreements", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Agreement" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Cancel an agreement with the given id", "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "cancellationReason", "value": "quis adipisicing" } ] }, "url": { "raw": "{{baseUrl}}/aster/agreements/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "agreements", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of agreement to be cancelled." } ] } }, "response": [ { "name": "Agreement cancelled successfully", "originalRequest": { "method": "DELETE", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "cancellationReason", "value": "quis adipisicing" } ] }, "url": { "raw": "{{baseUrl}}/aster/agreements/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "agreements", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of agreement to be cancelled." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "cancellationReason", "value": "quis adipisicing" } ] }, "url": { "raw": "{{baseUrl}}/aster/agreements/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "agreements", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of agreement to be cancelled." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested agreement could not be found", "originalRequest": { "method": "DELETE", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "cancellationReason", "value": "quis adipisicing" } ] }, "url": { "raw": "{{baseUrl}}/aster/agreements/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "agreements", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of agreement to be cancelled." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "appointments", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the items files are being requested from" } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the items files are being requested from" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the items files are being requested from" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the items files are being requested from" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the items files are being requested from" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded sucessfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements", "item": [ { "name": "Returns a list of Agreements for an Appointment.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment to get the Agreements for." } ] } }, "response": [ { "name": "Agreements have been retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment to get the Agreements for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment to get the Agreements for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment to get the Agreements for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an eSign agreement", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "files", "value": "commodo ullamco aliquip", "description": "(Required) " }, { "key": "files", "value": "deserunt dolore sunt", "description": "(Required) " }, { "key": "name", "value": "enim dolor qui sunt", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "externalSocialAuthenticationId", "value": "Lorem aliqua", "description": "(Required) " }, { "key": "comments", "value": "nostrud elit commodo" }, { "key": "completeInOrder", "value": "true" }, { "key": "frequency", "value": "{\"value\":\"\"}" }, { "key": "delay", "value": "{\"value\":\"\"}" }, { "key": "showOnPortal", "value": "true" }, { "key": "requiresTwoFactor", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/appointments/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Appoinment" } ] } }, "response": [ { "name": "Agreement submited to signature Provider succesfully.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Appoinment" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Appoinment" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Appoinment" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Appointment not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Appoinment" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get an Appointment", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Appointment resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Appointment resource" } ] } }, "response": [ { "name": "Returns the Appointment model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Appointment resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"id\": \"aliqua anim do\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"opportunity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"project\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"activity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"campaignStage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"ea in nulla ad ut\",\n \"location\": \"proident in ad esse\",\n \"startDate\": \"1954-04-11T21:31:41.332Z\",\n \"endDate\": \"1958-05-16T17:45:45.991Z\",\n \"reminderMinutes\": 67490389,\n \"mapiReference\": \"sit pariatur\",\n \"storeReference\": \"dolor sint magna aliquip\",\n \"isRecurring\": false,\n \"recurrenceType\": \"Excepte\",\n \"recurrenceInfo\": \"proident ex commodo \",\n \"reference\": \"ut pariatur commodo do\",\n \"type\": \"dolore n\",\n \"security\": 18545381,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"reprehenderit\",\n \"createdDate\": \"1969-04-16T02:20:03.744Z\",\n \"createdBy\": \"magna in est\",\n \"updatedDate\": \"1982-11-18T22:56:46.801Z\",\n \"updatedBy\": \"reprehenderit quis Excepteur eiusmod deserunt\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"consequat aliqua\",\n \"\"\n ],\n \"setAdditionalFields\": [\n \"Lorem\",\n \"non dolor sed in\"\n ],\n \"avatarUrl\": \"in laboris quis exercitation\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Appointment resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Appointment resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Appointment", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "aliqua anim do" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "ea in nulla ad ut" }, { "key": "location", "value": "proident in ad esse" }, { "key": "startDate", "value": "1954-04-11T21:31:41.332Z" }, { "key": "endDate", "value": "1958-05-16T17:45:45.991Z" }, { "key": "reminderMinutes", "value": "67490389" }, { "key": "mapiReference", "value": "sit pariatur" }, { "key": "storeReference", "value": "dolor sint magna aliquip" }, { "key": "isRecurring", "value": "false" }, { "key": "recurrenceType", "value": "Excepte" }, { "key": "recurrenceInfo", "value": "proident ex commodo " }, { "key": "reference", "value": "ut pariatur commodo do" }, { "key": "type", "value": "dolore n" }, { "key": "security", "value": "18545381" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "reprehenderit" }, { "key": "createdDate", "value": "1969-04-16T02:20:03.744Z" }, { "key": "createdBy", "value": "magna in est" }, { "key": "updatedDate", "value": "1982-11-18T22:56:46.801Z" }, { "key": "updatedBy", "value": "reprehenderit quis Excepteur eiusmod deserunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat aliqua" }, { "key": "setFields", "value": "" }, { "key": "setAdditionalFields", "value": "Lorem" }, { "key": "setAdditionalFields", "value": "non dolor sed in" }, { "key": "avatarUrl", "value": "in laboris quis exercitation" } ] }, "url": { "raw": "{{baseUrl}}/aster/appointments/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment resource to update" } ] } }, "response": [ { "name": "Returns the Appointment model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"id\": \"aliqua anim do\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"opportunity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"project\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"activity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"campaignStage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"ea in nulla ad ut\",\n \"location\": \"proident in ad esse\",\n \"startDate\": \"1954-04-11T21:31:41.332Z\",\n \"endDate\": \"1958-05-16T17:45:45.991Z\",\n \"reminderMinutes\": 67490389,\n \"mapiReference\": \"sit pariatur\",\n \"storeReference\": \"dolor sint magna aliquip\",\n \"isRecurring\": false,\n \"recurrenceType\": \"Excepte\",\n \"recurrenceInfo\": \"proident ex commodo \",\n \"reference\": \"ut pariatur commodo do\",\n \"type\": \"dolore n\",\n \"security\": 18545381,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"reprehenderit\",\n \"createdDate\": \"1969-04-16T02:20:03.744Z\",\n \"createdBy\": \"magna in est\",\n \"updatedDate\": \"1982-11-18T22:56:46.801Z\",\n \"updatedBy\": \"reprehenderit quis Excepteur eiusmod deserunt\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"consequat aliqua\",\n \"\"\n ],\n \"setAdditionalFields\": [\n \"Lorem\",\n \"non dolor sed in\"\n ],\n \"avatarUrl\": \"in laboris quis exercitation\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete an Appointment", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update an Appointment", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "aliqua anim do" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "ea in nulla ad ut" }, { "key": "location", "value": "proident in ad esse" }, { "key": "startDate", "value": "1954-04-11T21:31:41.332Z" }, { "key": "endDate", "value": "1958-05-16T17:45:45.991Z" }, { "key": "reminderMinutes", "value": "67490389" }, { "key": "mapiReference", "value": "sit pariatur" }, { "key": "storeReference", "value": "dolor sint magna aliquip" }, { "key": "isRecurring", "value": "false" }, { "key": "recurrenceType", "value": "Excepte" }, { "key": "recurrenceInfo", "value": "proident ex commodo " }, { "key": "reference", "value": "ut pariatur commodo do" }, { "key": "type", "value": "dolore n" }, { "key": "security", "value": "18545381" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "reprehenderit" }, { "key": "createdDate", "value": "1969-04-16T02:20:03.744Z" }, { "key": "createdBy", "value": "magna in est" }, { "key": "updatedDate", "value": "1982-11-18T22:56:46.801Z" }, { "key": "updatedBy", "value": "reprehenderit quis Excepteur eiusmod deserunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat aliqua" }, { "key": "setFields", "value": "" }, { "key": "setAdditionalFields", "value": "Lorem" }, { "key": "setAdditionalFields", "value": "non dolor sed in" }, { "key": "avatarUrl", "value": "in laboris quis exercitation" } ] }, "url": { "raw": "{{baseUrl}}/aster/appointments/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment resource to update" } ] } }, "response": [ { "name": "Returns the Appointment model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "aliqua anim do" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "ea in nulla ad ut" }, { "key": "location", "value": "proident in ad esse" }, { "key": "startDate", "value": "1954-04-11T21:31:41.332Z" }, { "key": "endDate", "value": "1958-05-16T17:45:45.991Z" }, { "key": "reminderMinutes", "value": "67490389" }, { "key": "mapiReference", "value": "sit pariatur" }, { "key": "storeReference", "value": "dolor sint magna aliquip" }, { "key": "isRecurring", "value": "false" }, { "key": "recurrenceType", "value": "Excepte" }, { "key": "recurrenceInfo", "value": "proident ex commodo " }, { "key": "reference", "value": "ut pariatur commodo do" }, { "key": "type", "value": "dolore n" }, { "key": "security", "value": "18545381" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "reprehenderit" }, { "key": "createdDate", "value": "1969-04-16T02:20:03.744Z" }, { "key": "createdBy", "value": "magna in est" }, { "key": "updatedDate", "value": "1982-11-18T22:56:46.801Z" }, { "key": "updatedBy", "value": "reprehenderit quis Excepteur eiusmod deserunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat aliqua" }, { "key": "setFields", "value": "" }, { "key": "setAdditionalFields", "value": "Lorem" }, { "key": "setAdditionalFields", "value": "non dolor sed in" }, { "key": "avatarUrl", "value": "in laboris quis exercitation" } ] }, "url": { "raw": "{{baseUrl}}/aster/appointments/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"id\": \"aliqua anim do\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"opportunity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"project\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"activity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"campaignStage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"ea in nulla ad ut\",\n \"location\": \"proident in ad esse\",\n \"startDate\": \"1954-04-11T21:31:41.332Z\",\n \"endDate\": \"1958-05-16T17:45:45.991Z\",\n \"reminderMinutes\": 67490389,\n \"mapiReference\": \"sit pariatur\",\n \"storeReference\": \"dolor sint magna aliquip\",\n \"isRecurring\": false,\n \"recurrenceType\": \"Excepte\",\n \"recurrenceInfo\": \"proident ex commodo \",\n \"reference\": \"ut pariatur commodo do\",\n \"type\": \"dolore n\",\n \"security\": 18545381,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"reprehenderit\",\n \"createdDate\": \"1969-04-16T02:20:03.744Z\",\n \"createdBy\": \"magna in est\",\n \"updatedDate\": \"1982-11-18T22:56:46.801Z\",\n \"updatedBy\": \"reprehenderit quis Excepteur eiusmod deserunt\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"consequat aliqua\",\n \"\"\n ],\n \"setAdditionalFields\": [\n \"Lorem\",\n \"non dolor sed in\"\n ],\n \"avatarUrl\": \"in laboris quis exercitation\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "aliqua anim do" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "ea in nulla ad ut" }, { "key": "location", "value": "proident in ad esse" }, { "key": "startDate", "value": "1954-04-11T21:31:41.332Z" }, { "key": "endDate", "value": "1958-05-16T17:45:45.991Z" }, { "key": "reminderMinutes", "value": "67490389" }, { "key": "mapiReference", "value": "sit pariatur" }, { "key": "storeReference", "value": "dolor sint magna aliquip" }, { "key": "isRecurring", "value": "false" }, { "key": "recurrenceType", "value": "Excepte" }, { "key": "recurrenceInfo", "value": "proident ex commodo " }, { "key": "reference", "value": "ut pariatur commodo do" }, { "key": "type", "value": "dolore n" }, { "key": "security", "value": "18545381" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "reprehenderit" }, { "key": "createdDate", "value": "1969-04-16T02:20:03.744Z" }, { "key": "createdBy", "value": "magna in est" }, { "key": "updatedDate", "value": "1982-11-18T22:56:46.801Z" }, { "key": "updatedBy", "value": "reprehenderit quis Excepteur eiusmod deserunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat aliqua" }, { "key": "setFields", "value": "" }, { "key": "setAdditionalFields", "value": "Lorem" }, { "key": "setAdditionalFields", "value": "non dolor sed in" }, { "key": "avatarUrl", "value": "in laboris quis exercitation" } ] }, "url": { "raw": "{{baseUrl}}/aster/appointments/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "aliqua anim do" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "ea in nulla ad ut" }, { "key": "location", "value": "proident in ad esse" }, { "key": "startDate", "value": "1954-04-11T21:31:41.332Z" }, { "key": "endDate", "value": "1958-05-16T17:45:45.991Z" }, { "key": "reminderMinutes", "value": "67490389" }, { "key": "mapiReference", "value": "sit pariatur" }, { "key": "storeReference", "value": "dolor sint magna aliquip" }, { "key": "isRecurring", "value": "false" }, { "key": "recurrenceType", "value": "Excepte" }, { "key": "recurrenceInfo", "value": "proident ex commodo " }, { "key": "reference", "value": "ut pariatur commodo do" }, { "key": "type", "value": "dolore n" }, { "key": "security", "value": "18545381" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "reprehenderit" }, { "key": "createdDate", "value": "1969-04-16T02:20:03.744Z" }, { "key": "createdBy", "value": "magna in est" }, { "key": "updatedDate", "value": "1982-11-18T22:56:46.801Z" }, { "key": "updatedBy", "value": "reprehenderit quis Excepteur eiusmod deserunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat aliqua" }, { "key": "setFields", "value": "" }, { "key": "setAdditionalFields", "value": "Lorem" }, { "key": "setAdditionalFields", "value": "non dolor sed in" }, { "key": "avatarUrl", "value": "in laboris quis exercitation" } ] }, "url": { "raw": "{{baseUrl}}/aster/appointments/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Appointment resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "documentproduction", "item": [ { "name": "Create document production jobs", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" }, { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/appointments/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", "documentproduction", "jobs" ] } }, "response": [ { "name": "Returns collection of job ids", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", "documentproduction", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", "documentproduction", "jobs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get document production templates", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", "documentproduction", "templates" ] } }, "response": [ { "name": "Returns collection of templates", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", "documentproduction", "templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] } ] }, { "name": "Get a list of Appointments", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of Appointment models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Appointment", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "voluptate ut" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "tempor do" }, { "key": "location", "value": "ad eiusmod fugiat eu ullamco" }, { "key": "startDate", "value": "1969-06-23T21:55:06.098Z" }, { "key": "endDate", "value": "1946-03-05T10:04:18.852Z" }, { "key": "reminderMinutes", "value": "33702392" }, { "key": "mapiReference", "value": "ullamco amet adipisicing in" }, { "key": "storeReference", "value": "culpa officia pariatur" }, { "key": "isRecurring", "value": "false" }, { "key": "recurrenceType", "value": "et nulla voluptate" }, { "key": "recurrenceInfo", "value": "qui nisi id" }, { "key": "reference", "value": "reprehenderit culpa id anim dolore" }, { "key": "type", "value": "qui in anim" }, { "key": "security", "value": "-41383463" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "dolor laborum est velit cupidata" }, { "key": "createdDate", "value": "1968-12-18T07:39:45.879Z" }, { "key": "createdBy", "value": "in voluptate minim pariatur non" }, { "key": "updatedDate", "value": "2007-03-29T07:12:46.866Z" }, { "key": "updatedBy", "value": "ipsum culpa" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "nisi in do" }, { "key": "setFields", "value": "veniam voluptate in" }, { "key": "setAdditionalFields", "value": "magn" }, { "key": "setAdditionalFields", "value": "Duis" }, { "key": "avatarUrl", "value": "esse Ut ex" } ] }, "url": { "raw": "{{baseUrl}}/aster/appointments", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments" ] } }, "response": [ { "name": "Returns the Appointment model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"id\": \"aliqua anim do\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"opportunity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"project\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"activity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"campaignStage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"ea in nulla ad ut\",\n \"location\": \"proident in ad esse\",\n \"startDate\": \"1954-04-11T21:31:41.332Z\",\n \"endDate\": \"1958-05-16T17:45:45.991Z\",\n \"reminderMinutes\": 67490389,\n \"mapiReference\": \"sit pariatur\",\n \"storeReference\": \"dolor sint magna aliquip\",\n \"isRecurring\": false,\n \"recurrenceType\": \"Excepte\",\n \"recurrenceInfo\": \"proident ex commodo \",\n \"reference\": \"ut pariatur commodo do\",\n \"type\": \"dolore n\",\n \"security\": 18545381,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"reprehenderit\",\n \"createdDate\": \"1969-04-16T02:20:03.744Z\",\n \"createdBy\": \"magna in est\",\n \"updatedDate\": \"1982-11-18T22:56:46.801Z\",\n \"updatedBy\": \"reprehenderit quis Excepteur eiusmod deserunt\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"consequat aliqua\",\n \"\"\n ],\n \"setAdditionalFields\": [\n \"Lorem\",\n \"non dolor sed in\"\n ],\n \"avatarUrl\": \"in laboris quis exercitation\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/appointments/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "appointments", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "bookings", "item": [ { "name": "{booking Id}", "item": [ { "name": "attendees", "item": [ { "name": "{id}", "item": [ { "name": "Get an Attendee for a Booking", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Session resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) Id of the requested Attendee's parent Booking" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Attendee resource" } ] } }, "response": [ { "name": "Returns the Attendee model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) Id of the requested Attendee's parent Booking" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Attendee resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"nulla mollit\",\n \"summary\": \"minim\",\n \"booking\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"lead\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"reference\": \"minim aliqua esse\",\n \"eventAttendance\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"anim ullamco minim ipsum occaecat\",\n \"createdDate\": \"2020-07-20T13:25:17.921Z\",\n \"createdBy\": \"et labor\",\n \"updatedDate\": \"1987-10-17T07:43:20.365Z\",\n \"updatedBy\": \"quis irure\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"ut dolore est non\",\n \"ipsum nostrud eius\"\n ],\n \"setAdditionalFields\": [\n \"dolor\",\n \"consequat\"\n ],\n \"avatarUrl\": \"cillum eu aute\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) Id of the requested Attendee's parent Booking" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Attendee resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) Id of the requested Attendee's parent Booking" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Attendee resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update an Attendee", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nulla mollit" }, { "key": "summary", "value": "minim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "minim aliqua esse" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "anim ullamco minim ipsum occaecat" }, { "key": "createdDate", "value": "2020-07-20T13:25:17.921Z" }, { "key": "createdBy", "value": "et labor" }, { "key": "updatedDate", "value": "1987-10-17T07:43:20.365Z" }, { "key": "updatedBy", "value": "quis irure" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut dolore est non" }, { "key": "setFields", "value": "ipsum nostrud eius" }, { "key": "setAdditionalFields", "value": "dolor" }, { "key": "setAdditionalFields", "value": "consequat" }, { "key": "avatarUrl", "value": "cillum eu aute" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) The Id of the Booking the Attendee belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Attendee resource to update" } ] } }, "response": [ { "name": "Returns the Attendee model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nulla mollit" }, { "key": "summary", "value": "minim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "minim aliqua esse" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "anim ullamco minim ipsum occaecat" }, { "key": "createdDate", "value": "2020-07-20T13:25:17.921Z" }, { "key": "createdBy", "value": "et labor" }, { "key": "updatedDate", "value": "1987-10-17T07:43:20.365Z" }, { "key": "updatedBy", "value": "quis irure" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut dolore est non" }, { "key": "setFields", "value": "ipsum nostrud eius" }, { "key": "setAdditionalFields", "value": "dolor" }, { "key": "setAdditionalFields", "value": "consequat" }, { "key": "avatarUrl", "value": "cillum eu aute" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) The Id of the Booking the Attendee belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Attendee resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"nulla mollit\",\n \"summary\": \"minim\",\n \"booking\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"lead\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"reference\": \"minim aliqua esse\",\n \"eventAttendance\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"anim ullamco minim ipsum occaecat\",\n \"createdDate\": \"2020-07-20T13:25:17.921Z\",\n \"createdBy\": \"et labor\",\n \"updatedDate\": \"1987-10-17T07:43:20.365Z\",\n \"updatedBy\": \"quis irure\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"ut dolore est non\",\n \"ipsum nostrud eius\"\n ],\n \"setAdditionalFields\": [\n \"dolor\",\n \"consequat\"\n ],\n \"avatarUrl\": \"cillum eu aute\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nulla mollit" }, { "key": "summary", "value": "minim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "minim aliqua esse" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "anim ullamco minim ipsum occaecat" }, { "key": "createdDate", "value": "2020-07-20T13:25:17.921Z" }, { "key": "createdBy", "value": "et labor" }, { "key": "updatedDate", "value": "1987-10-17T07:43:20.365Z" }, { "key": "updatedBy", "value": "quis irure" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut dolore est non" }, { "key": "setFields", "value": "ipsum nostrud eius" }, { "key": "setAdditionalFields", "value": "dolor" }, { "key": "setAdditionalFields", "value": "consequat" }, { "key": "avatarUrl", "value": "cillum eu aute" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) The Id of the Booking the Attendee belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Attendee resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nulla mollit" }, { "key": "summary", "value": "minim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "minim aliqua esse" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "anim ullamco minim ipsum occaecat" }, { "key": "createdDate", "value": "2020-07-20T13:25:17.921Z" }, { "key": "createdBy", "value": "et labor" }, { "key": "updatedDate", "value": "1987-10-17T07:43:20.365Z" }, { "key": "updatedBy", "value": "quis irure" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut dolore est non" }, { "key": "setFields", "value": "ipsum nostrud eius" }, { "key": "setAdditionalFields", "value": "dolor" }, { "key": "setAdditionalFields", "value": "consequat" }, { "key": "avatarUrl", "value": "cillum eu aute" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) The Id of the Booking the Attendee belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Attendee resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete an Attendee", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) The Id of the Booking the Attendee belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Attendee resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) The Id of the Booking the Attendee belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Attendee resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) The Id of the Booking the Attendee belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Attendee resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) The Id of the Booking the Attendee belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Attendee resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially update an Attendee", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nulla mollit" }, { "key": "summary", "value": "minim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "minim aliqua esse" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "anim ullamco minim ipsum occaecat" }, { "key": "createdDate", "value": "2020-07-20T13:25:17.921Z" }, { "key": "createdBy", "value": "et labor" }, { "key": "updatedDate", "value": "1987-10-17T07:43:20.365Z" }, { "key": "updatedBy", "value": "quis irure" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut dolore est non" }, { "key": "setFields", "value": "ipsum nostrud eius" }, { "key": "setAdditionalFields", "value": "dolor" }, { "key": "setAdditionalFields", "value": "consequat" }, { "key": "avatarUrl", "value": "cillum eu aute" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) The Id of the Booking the Attendee belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Attendee resource to update" } ] } }, "response": [ { "name": "Returns the Attendee model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nulla mollit" }, { "key": "summary", "value": "minim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "minim aliqua esse" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "anim ullamco minim ipsum occaecat" }, { "key": "createdDate", "value": "2020-07-20T13:25:17.921Z" }, { "key": "createdBy", "value": "et labor" }, { "key": "updatedDate", "value": "1987-10-17T07:43:20.365Z" }, { "key": "updatedBy", "value": "quis irure" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut dolore est non" }, { "key": "setFields", "value": "ipsum nostrud eius" }, { "key": "setAdditionalFields", "value": "dolor" }, { "key": "setAdditionalFields", "value": "consequat" }, { "key": "avatarUrl", "value": "cillum eu aute" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) The Id of the Booking the Attendee belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Attendee resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"nulla mollit\",\n \"summary\": \"minim\",\n \"booking\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"lead\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"reference\": \"minim aliqua esse\",\n \"eventAttendance\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"anim ullamco minim ipsum occaecat\",\n \"createdDate\": \"2020-07-20T13:25:17.921Z\",\n \"createdBy\": \"et labor\",\n \"updatedDate\": \"1987-10-17T07:43:20.365Z\",\n \"updatedBy\": \"quis irure\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"ut dolore est non\",\n \"ipsum nostrud eius\"\n ],\n \"setAdditionalFields\": [\n \"dolor\",\n \"consequat\"\n ],\n \"avatarUrl\": \"cillum eu aute\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nulla mollit" }, { "key": "summary", "value": "minim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "minim aliqua esse" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "anim ullamco minim ipsum occaecat" }, { "key": "createdDate", "value": "2020-07-20T13:25:17.921Z" }, { "key": "createdBy", "value": "et labor" }, { "key": "updatedDate", "value": "1987-10-17T07:43:20.365Z" }, { "key": "updatedBy", "value": "quis irure" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut dolore est non" }, { "key": "setFields", "value": "ipsum nostrud eius" }, { "key": "setAdditionalFields", "value": "dolor" }, { "key": "setAdditionalFields", "value": "consequat" }, { "key": "avatarUrl", "value": "cillum eu aute" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) The Id of the Booking the Attendee belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Attendee resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nulla mollit" }, { "key": "summary", "value": "minim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "minim aliqua esse" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "anim ullamco minim ipsum occaecat" }, { "key": "createdDate", "value": "2020-07-20T13:25:17.921Z" }, { "key": "createdBy", "value": "et labor" }, { "key": "updatedDate", "value": "1987-10-17T07:43:20.365Z" }, { "key": "updatedBy", "value": "quis irure" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut dolore est non" }, { "key": "setFields", "value": "ipsum nostrud eius" }, { "key": "setAdditionalFields", "value": "dolor" }, { "key": "setAdditionalFields", "value": "consequat" }, { "key": "avatarUrl", "value": "cillum eu aute" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) The Id of the Booking the Attendee belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Attendee resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Attendees belonging to a Booking", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in ascending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns an array of Attendee models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an Attendee", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "qui laboris Lorem amet" }, { "key": "summary", "value": "aliqua adipisicing" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "ut Lorem mollit" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "consectetur" }, { "key": "createdDate", "value": "1965-06-08T01:05:19.644Z" }, { "key": "createdBy", "value": "mollit elit proident laborum" }, { "key": "updatedDate", "value": "1985-07-29T17:57:48.140Z" }, { "key": "updatedBy", "value": "tempor Lorem" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "aute cupidatat culpa Duis esse" }, { "key": "setFields", "value": "consequat" }, { "key": "setAdditionalFields", "value": "Ut" }, { "key": "setAdditionalFields", "value": "" }, { "key": "avatarUrl", "value": "proi" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) Parent Booking ID to create the Attendee against" } ] } }, "response": [ { "name": "Returns the Attendee model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nulla mollit" }, { "key": "summary", "value": "minim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "minim aliqua esse" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "anim ullamco minim ipsum occaecat" }, { "key": "createdDate", "value": "2020-07-20T13:25:17.921Z" }, { "key": "createdBy", "value": "et labor" }, { "key": "updatedDate", "value": "1987-10-17T07:43:20.365Z" }, { "key": "updatedBy", "value": "quis irure" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut dolore est non" }, { "key": "setFields", "value": "ipsum nostrud eius" }, { "key": "setAdditionalFields", "value": "dolor" }, { "key": "setAdditionalFields", "value": "consequat" }, { "key": "avatarUrl", "value": "cillum eu aute" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) Parent Booking ID to create the Attendee against" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"nulla mollit\",\n \"summary\": \"minim\",\n \"booking\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"lead\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"reference\": \"minim aliqua esse\",\n \"eventAttendance\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"anim ullamco minim ipsum occaecat\",\n \"createdDate\": \"2020-07-20T13:25:17.921Z\",\n \"createdBy\": \"et labor\",\n \"updatedDate\": \"1987-10-17T07:43:20.365Z\",\n \"updatedBy\": \"quis irure\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"ut dolore est non\",\n \"ipsum nostrud eius\"\n ],\n \"setAdditionalFields\": [\n \"dolor\",\n \"consequat\"\n ],\n \"avatarUrl\": \"cillum eu aute\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nulla mollit" }, { "key": "summary", "value": "minim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "minim aliqua esse" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "anim ullamco minim ipsum occaecat" }, { "key": "createdDate", "value": "2020-07-20T13:25:17.921Z" }, { "key": "createdBy", "value": "et labor" }, { "key": "updatedDate", "value": "1987-10-17T07:43:20.365Z" }, { "key": "updatedBy", "value": "quis irure" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut dolore est non" }, { "key": "setFields", "value": "ipsum nostrud eius" }, { "key": "setAdditionalFields", "value": "dolor" }, { "key": "setAdditionalFields", "value": "consequat" }, { "key": "avatarUrl", "value": "cillum eu aute" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) Parent Booking ID to create the Attendee against" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nulla mollit" }, { "key": "summary", "value": "minim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "minim aliqua esse" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "eventAttendance", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "anim ullamco minim ipsum occaecat" }, { "key": "createdDate", "value": "2020-07-20T13:25:17.921Z" }, { "key": "createdBy", "value": "et labor" }, { "key": "updatedDate", "value": "1987-10-17T07:43:20.365Z" }, { "key": "updatedBy", "value": "quis irure" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut dolore est non" }, { "key": "setFields", "value": "ipsum nostrud eius" }, { "key": "setAdditionalFields", "value": "dolor" }, { "key": "setAdditionalFields", "value": "consequat" }, { "key": "avatarUrl", "value": "cillum eu aute" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/attendees", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "attendees" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) Parent Booking ID to create the Attendee against" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "products", "item": [ { "name": "{id}", "item": [ { "name": "Get a Booking Product", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Product resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "response": [ { "name": "Returns the Product model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"proident enim\",\n \"booking\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"adipisicing esse officia\",\n \"code\": \"sunt non\",\n \"manufacturer\": \"dolore in\",\n \"cost\": 80626594.0768503,\n \"price\": 77571752.56382641,\n \"discountedPrice\": -31865583.392093375,\n \"totalPrice\": 12706480.023682415,\n \"netPrice\": 61910168.20751026,\n \"quantity\": -600966.5074976087,\n \"discountPercentage\": -70105006.32490593,\n \"taxPercentage\": 66769126.27926117,\n \"taxCode\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"in velit eiusmod ea\",\n \"createdDate\": \"2005-08-05T17:32:05.434Z\",\n \"createdBy\": \"nostrud ea\",\n \"updatedDate\": \"2003-10-21T22:20:54.681Z\",\n \"updatedBy\": \"nulla aute\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"dolore ad tempor ex aliquip\",\n \"labore id aliqua\"\n ],\n \"setAdditionalFields\": [\n \"amet Ut id\",\n \"ut aute dolor\"\n ],\n \"avatarUrl\": \"sed\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Product", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "proident enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "adipisicing esse officia" }, { "key": "code", "value": "sunt non" }, { "key": "manufacturer", "value": "dolore in" }, { "key": "cost", "value": "80626594.0768503" }, { "key": "price", "value": "77571752.56382641" }, { "key": "discountedPrice", "value": "-31865583.392093375" }, { "key": "totalPrice", "value": "12706480.023682415" }, { "key": "netPrice", "value": "61910168.20751026" }, { "key": "quantity", "value": "-600966.5074976087" }, { "key": "discountPercentage", "value": "-70105006.32490593" }, { "key": "taxPercentage", "value": "66769126.27926117" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "in velit eiusmod ea" }, { "key": "createdDate", "value": "2005-08-05T17:32:05.434Z" }, { "key": "createdBy", "value": "nostrud ea" }, { "key": "updatedDate", "value": "2003-10-21T22:20:54.681Z" }, { "key": "updatedBy", "value": "nulla aute" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ad tempor ex aliquip" }, { "key": "setFields", "value": "labore id aliqua" }, { "key": "setAdditionalFields", "value": "amet Ut id" }, { "key": "setAdditionalFields", "value": "ut aute dolor" }, { "key": "avatarUrl", "value": "sed" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "response": [ { "name": "Returns the Product model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "proident enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "adipisicing esse officia" }, { "key": "code", "value": "sunt non" }, { "key": "manufacturer", "value": "dolore in" }, { "key": "cost", "value": "80626594.0768503" }, { "key": "price", "value": "77571752.56382641" }, { "key": "discountedPrice", "value": "-31865583.392093375" }, { "key": "totalPrice", "value": "12706480.023682415" }, { "key": "netPrice", "value": "61910168.20751026" }, { "key": "quantity", "value": "-600966.5074976087" }, { "key": "discountPercentage", "value": "-70105006.32490593" }, { "key": "taxPercentage", "value": "66769126.27926117" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "in velit eiusmod ea" }, { "key": "createdDate", "value": "2005-08-05T17:32:05.434Z" }, { "key": "createdBy", "value": "nostrud ea" }, { "key": "updatedDate", "value": "2003-10-21T22:20:54.681Z" }, { "key": "updatedBy", "value": "nulla aute" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ad tempor ex aliquip" }, { "key": "setFields", "value": "labore id aliqua" }, { "key": "setAdditionalFields", "value": "amet Ut id" }, { "key": "setAdditionalFields", "value": "ut aute dolor" }, { "key": "avatarUrl", "value": "sed" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"proident enim\",\n \"booking\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"adipisicing esse officia\",\n \"code\": \"sunt non\",\n \"manufacturer\": \"dolore in\",\n \"cost\": 80626594.0768503,\n \"price\": 77571752.56382641,\n \"discountedPrice\": -31865583.392093375,\n \"totalPrice\": 12706480.023682415,\n \"netPrice\": 61910168.20751026,\n \"quantity\": -600966.5074976087,\n \"discountPercentage\": -70105006.32490593,\n \"taxPercentage\": 66769126.27926117,\n \"taxCode\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"in velit eiusmod ea\",\n \"createdDate\": \"2005-08-05T17:32:05.434Z\",\n \"createdBy\": \"nostrud ea\",\n \"updatedDate\": \"2003-10-21T22:20:54.681Z\",\n \"updatedBy\": \"nulla aute\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"dolore ad tempor ex aliquip\",\n \"labore id aliqua\"\n ],\n \"setAdditionalFields\": [\n \"amet Ut id\",\n \"ut aute dolor\"\n ],\n \"avatarUrl\": \"sed\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "proident enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "adipisicing esse officia" }, { "key": "code", "value": "sunt non" }, { "key": "manufacturer", "value": "dolore in" }, { "key": "cost", "value": "80626594.0768503" }, { "key": "price", "value": "77571752.56382641" }, { "key": "discountedPrice", "value": "-31865583.392093375" }, { "key": "totalPrice", "value": "12706480.023682415" }, { "key": "netPrice", "value": "61910168.20751026" }, { "key": "quantity", "value": "-600966.5074976087" }, { "key": "discountPercentage", "value": "-70105006.32490593" }, { "key": "taxPercentage", "value": "66769126.27926117" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "in velit eiusmod ea" }, { "key": "createdDate", "value": "2005-08-05T17:32:05.434Z" }, { "key": "createdBy", "value": "nostrud ea" }, { "key": "updatedDate", "value": "2003-10-21T22:20:54.681Z" }, { "key": "updatedBy", "value": "nulla aute" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ad tempor ex aliquip" }, { "key": "setFields", "value": "labore id aliqua" }, { "key": "setAdditionalFields", "value": "amet Ut id" }, { "key": "setAdditionalFields", "value": "ut aute dolor" }, { "key": "avatarUrl", "value": "sed" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "proident enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "adipisicing esse officia" }, { "key": "code", "value": "sunt non" }, { "key": "manufacturer", "value": "dolore in" }, { "key": "cost", "value": "80626594.0768503" }, { "key": "price", "value": "77571752.56382641" }, { "key": "discountedPrice", "value": "-31865583.392093375" }, { "key": "totalPrice", "value": "12706480.023682415" }, { "key": "netPrice", "value": "61910168.20751026" }, { "key": "quantity", "value": "-600966.5074976087" }, { "key": "discountPercentage", "value": "-70105006.32490593" }, { "key": "taxPercentage", "value": "66769126.27926117" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "in velit eiusmod ea" }, { "key": "createdDate", "value": "2005-08-05T17:32:05.434Z" }, { "key": "createdBy", "value": "nostrud ea" }, { "key": "updatedDate", "value": "2003-10-21T22:20:54.681Z" }, { "key": "updatedBy", "value": "nulla aute" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ad tempor ex aliquip" }, { "key": "setFields", "value": "labore id aliqua" }, { "key": "setAdditionalFields", "value": "amet Ut id" }, { "key": "setAdditionalFields", "value": "ut aute dolor" }, { "key": "avatarUrl", "value": "sed" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Product", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially update a Product", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "proident enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "adipisicing esse officia" }, { "key": "code", "value": "sunt non" }, { "key": "manufacturer", "value": "dolore in" }, { "key": "cost", "value": "80626594.0768503" }, { "key": "price", "value": "77571752.56382641" }, { "key": "discountedPrice", "value": "-31865583.392093375" }, { "key": "totalPrice", "value": "12706480.023682415" }, { "key": "netPrice", "value": "61910168.20751026" }, { "key": "quantity", "value": "-600966.5074976087" }, { "key": "discountPercentage", "value": "-70105006.32490593" }, { "key": "taxPercentage", "value": "66769126.27926117" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "in velit eiusmod ea" }, { "key": "createdDate", "value": "2005-08-05T17:32:05.434Z" }, { "key": "createdBy", "value": "nostrud ea" }, { "key": "updatedDate", "value": "2003-10-21T22:20:54.681Z" }, { "key": "updatedBy", "value": "nulla aute" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ad tempor ex aliquip" }, { "key": "setFields", "value": "labore id aliqua" }, { "key": "setAdditionalFields", "value": "amet Ut id" }, { "key": "setAdditionalFields", "value": "ut aute dolor" }, { "key": "avatarUrl", "value": "sed" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "response": [ { "name": "Returns the Product model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "proident enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "adipisicing esse officia" }, { "key": "code", "value": "sunt non" }, { "key": "manufacturer", "value": "dolore in" }, { "key": "cost", "value": "80626594.0768503" }, { "key": "price", "value": "77571752.56382641" }, { "key": "discountedPrice", "value": "-31865583.392093375" }, { "key": "totalPrice", "value": "12706480.023682415" }, { "key": "netPrice", "value": "61910168.20751026" }, { "key": "quantity", "value": "-600966.5074976087" }, { "key": "discountPercentage", "value": "-70105006.32490593" }, { "key": "taxPercentage", "value": "66769126.27926117" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "in velit eiusmod ea" }, { "key": "createdDate", "value": "2005-08-05T17:32:05.434Z" }, { "key": "createdBy", "value": "nostrud ea" }, { "key": "updatedDate", "value": "2003-10-21T22:20:54.681Z" }, { "key": "updatedBy", "value": "nulla aute" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ad tempor ex aliquip" }, { "key": "setFields", "value": "labore id aliqua" }, { "key": "setAdditionalFields", "value": "amet Ut id" }, { "key": "setAdditionalFields", "value": "ut aute dolor" }, { "key": "avatarUrl", "value": "sed" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"proident enim\",\n \"booking\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"adipisicing esse officia\",\n \"code\": \"sunt non\",\n \"manufacturer\": \"dolore in\",\n \"cost\": 80626594.0768503,\n \"price\": 77571752.56382641,\n \"discountedPrice\": -31865583.392093375,\n \"totalPrice\": 12706480.023682415,\n \"netPrice\": 61910168.20751026,\n \"quantity\": -600966.5074976087,\n \"discountPercentage\": -70105006.32490593,\n \"taxPercentage\": 66769126.27926117,\n \"taxCode\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"in velit eiusmod ea\",\n \"createdDate\": \"2005-08-05T17:32:05.434Z\",\n \"createdBy\": \"nostrud ea\",\n \"updatedDate\": \"2003-10-21T22:20:54.681Z\",\n \"updatedBy\": \"nulla aute\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"dolore ad tempor ex aliquip\",\n \"labore id aliqua\"\n ],\n \"setAdditionalFields\": [\n \"amet Ut id\",\n \"ut aute dolor\"\n ],\n \"avatarUrl\": \"sed\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "proident enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "adipisicing esse officia" }, { "key": "code", "value": "sunt non" }, { "key": "manufacturer", "value": "dolore in" }, { "key": "cost", "value": "80626594.0768503" }, { "key": "price", "value": "77571752.56382641" }, { "key": "discountedPrice", "value": "-31865583.392093375" }, { "key": "totalPrice", "value": "12706480.023682415" }, { "key": "netPrice", "value": "61910168.20751026" }, { "key": "quantity", "value": "-600966.5074976087" }, { "key": "discountPercentage", "value": "-70105006.32490593" }, { "key": "taxPercentage", "value": "66769126.27926117" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "in velit eiusmod ea" }, { "key": "createdDate", "value": "2005-08-05T17:32:05.434Z" }, { "key": "createdBy", "value": "nostrud ea" }, { "key": "updatedDate", "value": "2003-10-21T22:20:54.681Z" }, { "key": "updatedBy", "value": "nulla aute" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ad tempor ex aliquip" }, { "key": "setFields", "value": "labore id aliqua" }, { "key": "setAdditionalFields", "value": "amet Ut id" }, { "key": "setAdditionalFields", "value": "ut aute dolor" }, { "key": "avatarUrl", "value": "sed" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "proident enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "adipisicing esse officia" }, { "key": "code", "value": "sunt non" }, { "key": "manufacturer", "value": "dolore in" }, { "key": "cost", "value": "80626594.0768503" }, { "key": "price", "value": "77571752.56382641" }, { "key": "discountedPrice", "value": "-31865583.392093375" }, { "key": "totalPrice", "value": "12706480.023682415" }, { "key": "netPrice", "value": "61910168.20751026" }, { "key": "quantity", "value": "-600966.5074976087" }, { "key": "discountPercentage", "value": "-70105006.32490593" }, { "key": "taxPercentage", "value": "66769126.27926117" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "in velit eiusmod ea" }, { "key": "createdDate", "value": "2005-08-05T17:32:05.434Z" }, { "key": "createdBy", "value": "nostrud ea" }, { "key": "updatedDate", "value": "2003-10-21T22:20:54.681Z" }, { "key": "updatedBy", "value": "nulla aute" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ad tempor ex aliquip" }, { "key": "setFields", "value": "labore id aliqua" }, { "key": "setAdditionalFields", "value": "amet Ut id" }, { "key": "setAdditionalFields", "value": "ut aute dolor" }, { "key": "avatarUrl", "value": "sed" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products", ":id" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Products belonging to an Event Booking", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in ascending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns an array of Booking Product models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Product", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "adipisicing nisi" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "ut" }, { "key": "code", "value": "est" }, { "key": "manufacturer", "value": "Ut aliqua pariatur enim" }, { "key": "cost", "value": "-87054683.64119855" }, { "key": "price", "value": "8619327.500427738" }, { "key": "discountedPrice", "value": "48821598.470136106" }, { "key": "totalPrice", "value": "36244375.32960877" }, { "key": "netPrice", "value": "-40239490.58893015" }, { "key": "quantity", "value": "21966477.670023203" }, { "key": "discountPercentage", "value": "88566983.92269138" }, { "key": "taxPercentage", "value": "-56049117.59898301" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "irure ipsum" }, { "key": "createdDate", "value": "1959-06-06T15:07:43.974Z" }, { "key": "createdBy", "value": "occaecat ad qui officia" }, { "key": "updatedDate", "value": "1942-03-05T18:35:34.351Z" }, { "key": "updatedBy", "value": "consequat qui voluptate anim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "nostrud veniam laboris ull" }, { "key": "setFields", "value": "consectetur eu" }, { "key": "setAdditionalFields", "value": "Lorem mollit est qui" }, { "key": "setAdditionalFields", "value": "sunt velit id" }, { "key": "avatarUrl", "value": "labore " } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) Parent Event Booking ID to create the Product against" } ] } }, "response": [ { "name": "Returns the Product model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "proident enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "adipisicing esse officia" }, { "key": "code", "value": "sunt non" }, { "key": "manufacturer", "value": "dolore in" }, { "key": "cost", "value": "80626594.0768503" }, { "key": "price", "value": "77571752.56382641" }, { "key": "discountedPrice", "value": "-31865583.392093375" }, { "key": "totalPrice", "value": "12706480.023682415" }, { "key": "netPrice", "value": "61910168.20751026" }, { "key": "quantity", "value": "-600966.5074976087" }, { "key": "discountPercentage", "value": "-70105006.32490593" }, { "key": "taxPercentage", "value": "66769126.27926117" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "in velit eiusmod ea" }, { "key": "createdDate", "value": "2005-08-05T17:32:05.434Z" }, { "key": "createdBy", "value": "nostrud ea" }, { "key": "updatedDate", "value": "2003-10-21T22:20:54.681Z" }, { "key": "updatedBy", "value": "nulla aute" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ad tempor ex aliquip" }, { "key": "setFields", "value": "labore id aliqua" }, { "key": "setAdditionalFields", "value": "amet Ut id" }, { "key": "setAdditionalFields", "value": "ut aute dolor" }, { "key": "avatarUrl", "value": "sed" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) Parent Event Booking ID to create the Product against" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"proident enim\",\n \"booking\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"adipisicing esse officia\",\n \"code\": \"sunt non\",\n \"manufacturer\": \"dolore in\",\n \"cost\": 80626594.0768503,\n \"price\": 77571752.56382641,\n \"discountedPrice\": -31865583.392093375,\n \"totalPrice\": 12706480.023682415,\n \"netPrice\": 61910168.20751026,\n \"quantity\": -600966.5074976087,\n \"discountPercentage\": -70105006.32490593,\n \"taxPercentage\": 66769126.27926117,\n \"taxCode\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"in velit eiusmod ea\",\n \"createdDate\": \"2005-08-05T17:32:05.434Z\",\n \"createdBy\": \"nostrud ea\",\n \"updatedDate\": \"2003-10-21T22:20:54.681Z\",\n \"updatedBy\": \"nulla aute\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"dolore ad tempor ex aliquip\",\n \"labore id aliqua\"\n ],\n \"setAdditionalFields\": [\n \"amet Ut id\",\n \"ut aute dolor\"\n ],\n \"avatarUrl\": \"sed\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "proident enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "adipisicing esse officia" }, { "key": "code", "value": "sunt non" }, { "key": "manufacturer", "value": "dolore in" }, { "key": "cost", "value": "80626594.0768503" }, { "key": "price", "value": "77571752.56382641" }, { "key": "discountedPrice", "value": "-31865583.392093375" }, { "key": "totalPrice", "value": "12706480.023682415" }, { "key": "netPrice", "value": "61910168.20751026" }, { "key": "quantity", "value": "-600966.5074976087" }, { "key": "discountPercentage", "value": "-70105006.32490593" }, { "key": "taxPercentage", "value": "66769126.27926117" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "in velit eiusmod ea" }, { "key": "createdDate", "value": "2005-08-05T17:32:05.434Z" }, { "key": "createdBy", "value": "nostrud ea" }, { "key": "updatedDate", "value": "2003-10-21T22:20:54.681Z" }, { "key": "updatedBy", "value": "nulla aute" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ad tempor ex aliquip" }, { "key": "setFields", "value": "labore id aliqua" }, { "key": "setAdditionalFields", "value": "amet Ut id" }, { "key": "setAdditionalFields", "value": "ut aute dolor" }, { "key": "avatarUrl", "value": "sed" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) Parent Event Booking ID to create the Product against" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "proident enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "adipisicing esse officia" }, { "key": "code", "value": "sunt non" }, { "key": "manufacturer", "value": "dolore in" }, { "key": "cost", "value": "80626594.0768503" }, { "key": "price", "value": "77571752.56382641" }, { "key": "discountedPrice", "value": "-31865583.392093375" }, { "key": "totalPrice", "value": "12706480.023682415" }, { "key": "netPrice", "value": "61910168.20751026" }, { "key": "quantity", "value": "-600966.5074976087" }, { "key": "discountPercentage", "value": "-70105006.32490593" }, { "key": "taxPercentage", "value": "66769126.27926117" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "in velit eiusmod ea" }, { "key": "createdDate", "value": "2005-08-05T17:32:05.434Z" }, { "key": "createdBy", "value": "nostrud ea" }, { "key": "updatedDate", "value": "2003-10-21T22:20:54.681Z" }, { "key": "updatedBy", "value": "nulla aute" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ad tempor ex aliquip" }, { "key": "setFields", "value": "labore id aliqua" }, { "key": "setAdditionalFields", "value": "amet Ut id" }, { "key": "setAdditionalFields", "value": "ut aute dolor" }, { "key": "avatarUrl", "value": "sed" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:bookingId/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":bookingId", "products" ], "variable": [ { "key": "bookingId", "value": "pariatur", "description": "(Required) Parent Event Booking ID to create the Product against" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] } ] }, { "name": "{id}", "item": [ { "name": "Get a Booking", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true&subLists=officia in &subLists=ut aute aliquip", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Booking resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "officia in ", "description": "Comma separated list of sub-lists to include in the response. Available sub-lists: attendees, products" }, { "key": "subLists", "value": "ut aute aliquip", "description": "Comma separated list of sub-lists to include in the response. Available sub-lists: attendees, products" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Booking resource" } ] } }, "response": [ { "name": "Returns the Booking model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Booking resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"attendees\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"products\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"nisi adipisicing non\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"confirmed\": true,\n \"reference\": \"aliquip commodo cupidatat\",\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"estimatedCloseDate\": \"1976-02-12T08:48:27.148Z\",\n \"actualCloseDate\": \"2013-12-22T10:57:55.522Z\",\n \"listPrice\": 17772097.825739846,\n \"itemDiscount\": -78704611.7363123,\n \"accountDiscount\": -74985613.10495217,\n \"subTotal\": -48856680.42217372,\n \"tax\": 61450679.806851745,\n \"total\": 93163117.70299008,\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"exchangeRate\": -42593297.72113349,\n \"shortCode\": \"est Lorem cillum no\",\n \"createdDate\": \"1977-01-11T13:07:57.998Z\",\n \"createdBy\": \"elit Excepteur nisi labore et\",\n \"updatedDate\": \"1956-11-03T23:29:35.902Z\",\n \"updatedBy\": \"nisi\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"do voluptate Duis\",\n \"dolore dolor consectetur qui\"\n ],\n \"setAdditionalFields\": [\n \"exercitation id\",\n \"proident mollit\"\n ],\n \"avatarUrl\": \"in\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Booking resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Booking resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Booking", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "attendees", "value": "{\"value\":\"\"}" }, { "key": "attendees", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "nisi adipisicing non" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "confirmed", "value": "true" }, { "key": "reference", "value": "aliquip commodo cupidatat" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "estimatedCloseDate", "value": "1976-02-12T08:48:27.148Z" }, { "key": "actualCloseDate", "value": "2013-12-22T10:57:55.522Z" }, { "key": "listPrice", "value": "17772097.825739846" }, { "key": "itemDiscount", "value": "-78704611.7363123" }, { "key": "accountDiscount", "value": "-74985613.10495217" }, { "key": "subTotal", "value": "-48856680.42217372" }, { "key": "tax", "value": "61450679.806851745" }, { "key": "total", "value": "93163117.70299008" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "exchangeRate", "value": "-42593297.72113349" }, { "key": "shortCode", "value": "est Lorem cillum no" }, { "key": "createdDate", "value": "1977-01-11T13:07:57.998Z" }, { "key": "createdBy", "value": "elit Excepteur nisi labore et" }, { "key": "updatedDate", "value": "1956-11-03T23:29:35.902Z" }, { "key": "updatedBy", "value": "nisi" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "do voluptate Duis" }, { "key": "setFields", "value": "dolore dolor consectetur qui" }, { "key": "setAdditionalFields", "value": "exercitation id" }, { "key": "setAdditionalFields", "value": "proident mollit" }, { "key": "avatarUrl", "value": "in" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to update" } ] } }, "response": [ { "name": "Returns the Booking model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"attendees\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"products\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"nisi adipisicing non\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"confirmed\": true,\n \"reference\": \"aliquip commodo cupidatat\",\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"estimatedCloseDate\": \"1976-02-12T08:48:27.148Z\",\n \"actualCloseDate\": \"2013-12-22T10:57:55.522Z\",\n \"listPrice\": 17772097.825739846,\n \"itemDiscount\": -78704611.7363123,\n \"accountDiscount\": -74985613.10495217,\n \"subTotal\": -48856680.42217372,\n \"tax\": 61450679.806851745,\n \"total\": 93163117.70299008,\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"exchangeRate\": -42593297.72113349,\n \"shortCode\": \"est Lorem cillum no\",\n \"createdDate\": \"1977-01-11T13:07:57.998Z\",\n \"createdBy\": \"elit Excepteur nisi labore et\",\n \"updatedDate\": \"1956-11-03T23:29:35.902Z\",\n \"updatedBy\": \"nisi\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"do voluptate Duis\",\n \"dolore dolor consectetur qui\"\n ],\n \"setAdditionalFields\": [\n \"exercitation id\",\n \"proident mollit\"\n ],\n \"avatarUrl\": \"in\"\n}" }, { "name": "Request saved with errors. See AttendeeResults or ProductResults", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to update" } ] } }, "status": "Multi-Status (WebDAV) (RFC 4918)", "code": 207, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"attendees\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"products\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"nisi adipisicing non\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"confirmed\": true,\n \"reference\": \"aliquip commodo cupidatat\",\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"estimatedCloseDate\": \"1976-02-12T08:48:27.148Z\",\n \"actualCloseDate\": \"2013-12-22T10:57:55.522Z\",\n \"listPrice\": 17772097.825739846,\n \"itemDiscount\": -78704611.7363123,\n \"accountDiscount\": -74985613.10495217,\n \"subTotal\": -48856680.42217372,\n \"tax\": 61450679.806851745,\n \"total\": 93163117.70299008,\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"exchangeRate\": -42593297.72113349,\n \"shortCode\": \"est Lorem cillum no\",\n \"createdDate\": \"1977-01-11T13:07:57.998Z\",\n \"createdBy\": \"elit Excepteur nisi labore et\",\n \"updatedDate\": \"1956-11-03T23:29:35.902Z\",\n \"updatedBy\": \"nisi\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"do voluptate Duis\",\n \"dolore dolor consectetur qui\"\n ],\n \"setAdditionalFields\": [\n \"exercitation id\",\n \"proident mollit\"\n ],\n \"avatarUrl\": \"in\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Booking", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially update a Booking", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "attendees", "value": "{\"value\":\"\"}" }, { "key": "attendees", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "nisi adipisicing non" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "confirmed", "value": "true" }, { "key": "reference", "value": "aliquip commodo cupidatat" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "estimatedCloseDate", "value": "1976-02-12T08:48:27.148Z" }, { "key": "actualCloseDate", "value": "2013-12-22T10:57:55.522Z" }, { "key": "listPrice", "value": "17772097.825739846" }, { "key": "itemDiscount", "value": "-78704611.7363123" }, { "key": "accountDiscount", "value": "-74985613.10495217" }, { "key": "subTotal", "value": "-48856680.42217372" }, { "key": "tax", "value": "61450679.806851745" }, { "key": "total", "value": "93163117.70299008" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "exchangeRate", "value": "-42593297.72113349" }, { "key": "shortCode", "value": "est Lorem cillum no" }, { "key": "createdDate", "value": "1977-01-11T13:07:57.998Z" }, { "key": "createdBy", "value": "elit Excepteur nisi labore et" }, { "key": "updatedDate", "value": "1956-11-03T23:29:35.902Z" }, { "key": "updatedBy", "value": "nisi" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "do voluptate Duis" }, { "key": "setFields", "value": "dolore dolor consectetur qui" }, { "key": "setAdditionalFields", "value": "exercitation id" }, { "key": "setAdditionalFields", "value": "proident mollit" }, { "key": "avatarUrl", "value": "in" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to update" } ] } }, "response": [ { "name": "Returns the Booking model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "attendees", "value": "{\"value\":\"\"}" }, { "key": "attendees", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "nisi adipisicing non" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "confirmed", "value": "true" }, { "key": "reference", "value": "aliquip commodo cupidatat" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "estimatedCloseDate", "value": "1976-02-12T08:48:27.148Z" }, { "key": "actualCloseDate", "value": "2013-12-22T10:57:55.522Z" }, { "key": "listPrice", "value": "17772097.825739846" }, { "key": "itemDiscount", "value": "-78704611.7363123" }, { "key": "accountDiscount", "value": "-74985613.10495217" }, { "key": "subTotal", "value": "-48856680.42217372" }, { "key": "tax", "value": "61450679.806851745" }, { "key": "total", "value": "93163117.70299008" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "exchangeRate", "value": "-42593297.72113349" }, { "key": "shortCode", "value": "est Lorem cillum no" }, { "key": "createdDate", "value": "1977-01-11T13:07:57.998Z" }, { "key": "createdBy", "value": "elit Excepteur nisi labore et" }, { "key": "updatedDate", "value": "1956-11-03T23:29:35.902Z" }, { "key": "updatedBy", "value": "nisi" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "do voluptate Duis" }, { "key": "setFields", "value": "dolore dolor consectetur qui" }, { "key": "setAdditionalFields", "value": "exercitation id" }, { "key": "setAdditionalFields", "value": "proident mollit" }, { "key": "avatarUrl", "value": "in" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"attendees\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"products\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"nisi adipisicing non\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"confirmed\": true,\n \"reference\": \"aliquip commodo cupidatat\",\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"estimatedCloseDate\": \"1976-02-12T08:48:27.148Z\",\n \"actualCloseDate\": \"2013-12-22T10:57:55.522Z\",\n \"listPrice\": 17772097.825739846,\n \"itemDiscount\": -78704611.7363123,\n \"accountDiscount\": -74985613.10495217,\n \"subTotal\": -48856680.42217372,\n \"tax\": 61450679.806851745,\n \"total\": 93163117.70299008,\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"exchangeRate\": -42593297.72113349,\n \"shortCode\": \"est Lorem cillum no\",\n \"createdDate\": \"1977-01-11T13:07:57.998Z\",\n \"createdBy\": \"elit Excepteur nisi labore et\",\n \"updatedDate\": \"1956-11-03T23:29:35.902Z\",\n \"updatedBy\": \"nisi\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"do voluptate Duis\",\n \"dolore dolor consectetur qui\"\n ],\n \"setAdditionalFields\": [\n \"exercitation id\",\n \"proident mollit\"\n ],\n \"avatarUrl\": \"in\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "attendees", "value": "{\"value\":\"\"}" }, { "key": "attendees", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "nisi adipisicing non" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "confirmed", "value": "true" }, { "key": "reference", "value": "aliquip commodo cupidatat" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "estimatedCloseDate", "value": "1976-02-12T08:48:27.148Z" }, { "key": "actualCloseDate", "value": "2013-12-22T10:57:55.522Z" }, { "key": "listPrice", "value": "17772097.825739846" }, { "key": "itemDiscount", "value": "-78704611.7363123" }, { "key": "accountDiscount", "value": "-74985613.10495217" }, { "key": "subTotal", "value": "-48856680.42217372" }, { "key": "tax", "value": "61450679.806851745" }, { "key": "total", "value": "93163117.70299008" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "exchangeRate", "value": "-42593297.72113349" }, { "key": "shortCode", "value": "est Lorem cillum no" }, { "key": "createdDate", "value": "1977-01-11T13:07:57.998Z" }, { "key": "createdBy", "value": "elit Excepteur nisi labore et" }, { "key": "updatedDate", "value": "1956-11-03T23:29:35.902Z" }, { "key": "updatedBy", "value": "nisi" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "do voluptate Duis" }, { "key": "setFields", "value": "dolore dolor consectetur qui" }, { "key": "setAdditionalFields", "value": "exercitation id" }, { "key": "setAdditionalFields", "value": "proident mollit" }, { "key": "avatarUrl", "value": "in" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "attendees", "value": "{\"value\":\"\"}" }, { "key": "attendees", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "nisi adipisicing non" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "confirmed", "value": "true" }, { "key": "reference", "value": "aliquip commodo cupidatat" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "estimatedCloseDate", "value": "1976-02-12T08:48:27.148Z" }, { "key": "actualCloseDate", "value": "2013-12-22T10:57:55.522Z" }, { "key": "listPrice", "value": "17772097.825739846" }, { "key": "itemDiscount", "value": "-78704611.7363123" }, { "key": "accountDiscount", "value": "-74985613.10495217" }, { "key": "subTotal", "value": "-48856680.42217372" }, { "key": "tax", "value": "61450679.806851745" }, { "key": "total", "value": "93163117.70299008" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "exchangeRate", "value": "-42593297.72113349" }, { "key": "shortCode", "value": "est Lorem cillum no" }, { "key": "createdDate", "value": "1977-01-11T13:07:57.998Z" }, { "key": "createdBy", "value": "elit Excepteur nisi labore et" }, { "key": "updatedDate", "value": "1956-11-03T23:29:35.902Z" }, { "key": "updatedBy", "value": "nisi" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "do voluptate Duis" }, { "key": "setFields", "value": "dolore dolor consectetur qui" }, { "key": "setAdditionalFields", "value": "exercitation id" }, { "key": "setAdditionalFields", "value": "proident mollit" }, { "key": "avatarUrl", "value": "in" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Booking resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Bookings", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&subLists=officia in &subLists=ut aute aliquip", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in ascending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "officia in ", "description": "Comma separated list of sub-lists to include in the response. Available sub-lists: attendees, products" }, { "key": "subLists", "value": "ut aute aliquip", "description": "Comma separated list of sub-lists to include in the response. Available sub-lists: attendees, products" } ] } }, "response": [ { "name": "Returns an array of Booking models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Booking", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "attendees", "value": "{\"value\":\"\"}" }, { "key": "attendees", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "in quis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "confirmed", "value": "false" }, { "key": "reference", "value": "sed eli" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "estimatedCloseDate", "value": "2014-06-29T14:33:00.358Z" }, { "key": "actualCloseDate", "value": "2009-05-17T07:43:54.962Z" }, { "key": "listPrice", "value": "72513122.94915792" }, { "key": "itemDiscount", "value": "-61910542.471234106" }, { "key": "accountDiscount", "value": "71036738.40563306" }, { "key": "subTotal", "value": "52907092.32943475" }, { "key": "tax", "value": "13845943.013906717" }, { "key": "total", "value": "-13389192.370444998" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "exchangeRate", "value": "-29958226.939050585" }, { "key": "shortCode", "value": "id" }, { "key": "createdDate", "value": "1981-08-17T05:59:42.328Z" }, { "key": "createdBy", "value": "exercitation velit deserunt laboris" }, { "key": "updatedDate", "value": "2007-06-30T13:34:15.026Z" }, { "key": "updatedBy", "value": "enim incididunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "in sint Duis ut" }, { "key": "setFields", "value": "do et laboris" }, { "key": "setAdditionalFields", "value": "pariatur ullamco" }, { "key": "setAdditionalFields", "value": "ut ea" }, { "key": "avatarUrl", "value": "ad adipisicing magna Ut ipsum" } ] }, "url": { "raw": "{{baseUrl}}/aster/bookings", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings" ] } }, "response": [ { "name": "Returns the Booking model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"attendees\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"products\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"nisi adipisicing non\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"confirmed\": true,\n \"reference\": \"aliquip commodo cupidatat\",\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"estimatedCloseDate\": \"1976-02-12T08:48:27.148Z\",\n \"actualCloseDate\": \"2013-12-22T10:57:55.522Z\",\n \"listPrice\": 17772097.825739846,\n \"itemDiscount\": -78704611.7363123,\n \"accountDiscount\": -74985613.10495217,\n \"subTotal\": -48856680.42217372,\n \"tax\": 61450679.806851745,\n \"total\": 93163117.70299008,\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"exchangeRate\": -42593297.72113349,\n \"shortCode\": \"est Lorem cillum no\",\n \"createdDate\": \"1977-01-11T13:07:57.998Z\",\n \"createdBy\": \"elit Excepteur nisi labore et\",\n \"updatedDate\": \"1956-11-03T23:29:35.902Z\",\n \"updatedBy\": \"nisi\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"do voluptate Duis\",\n \"dolore dolor consectetur qui\"\n ],\n \"setAdditionalFields\": [\n \"exercitation id\",\n \"proident mollit\"\n ],\n \"avatarUrl\": \"in\"\n}" }, { "name": "Request saved with errors. See AttendeeResults or ProductResults", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings" ] } }, "status": "Multi-Status (WebDAV) (RFC 4918)", "code": 207, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"attendees\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"products\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"nisi adipisicing non\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"confirmed\": true,\n \"reference\": \"aliquip commodo cupidatat\",\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"estimatedCloseDate\": \"1976-02-12T08:48:27.148Z\",\n \"actualCloseDate\": \"2013-12-22T10:57:55.522Z\",\n \"listPrice\": 17772097.825739846,\n \"itemDiscount\": -78704611.7363123,\n \"accountDiscount\": -74985613.10495217,\n \"subTotal\": -48856680.42217372,\n \"tax\": 61450679.806851745,\n \"total\": 93163117.70299008,\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"exchangeRate\": -42593297.72113349,\n \"shortCode\": \"est Lorem cillum no\",\n \"createdDate\": \"1977-01-11T13:07:57.998Z\",\n \"createdBy\": \"elit Excepteur nisi labore et\",\n \"updatedDate\": \"1956-11-03T23:29:35.902Z\",\n \"updatedBy\": \"nisi\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"do voluptate Duis\",\n \"dolore dolor consectetur qui\"\n ],\n \"setAdditionalFields\": [\n \"exercitation id\",\n \"proident mollit\"\n ],\n \"avatarUrl\": \"in\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get the meta data for the Attendee resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/attendees/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", "attendees", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/attendees/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", "attendees", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/attendees/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", "attendees", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get the meta data for the Booking Product resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/products/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", "products", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/products/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", "products", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/products/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", "products", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the Booking resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/bookings/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "bookings", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "contactactivities", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the items files are being requested from" } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the items files are being requested from" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the items files are being requested from" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the items files are being requested from" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the items files are being requested from" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded sucessfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements", "item": [ { "name": "Returns a list of Agreements for a Contact Activity.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact Activity to get the Agreements for." } ] } }, "response": [ { "name": "Agreements have been retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact Activity to get the Agreements for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact Activity to get the Agreements for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact Activity to get the Agreements for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an eSign agreement", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "files", "value": "commodo ullamco aliquip", "description": "(Required) " }, { "key": "files", "value": "deserunt dolore sunt", "description": "(Required) " }, { "key": "name", "value": "enim dolor qui sunt", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "externalSocialAuthenticationId", "value": "Lorem aliqua", "description": "(Required) " }, { "key": "comments", "value": "nostrud elit commodo" }, { "key": "completeInOrder", "value": "true" }, { "key": "frequency", "value": "{\"value\":\"\"}" }, { "key": "delay", "value": "{\"value\":\"\"}" }, { "key": "showOnPortal", "value": "true" }, { "key": "requiresTwoFactor", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Contact Activity" } ] } }, "response": [ { "name": "Agreement submited to signature Provider succesfully.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Contact Activity" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Contact Activity" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Contact Activity" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Contact Activity not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Contact Activity" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get an ContactActivity", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the ContactActivity resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested ContactActivity resource" } ] } }, "response": [ { "name": "Returns the ContactActivity model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested ContactActivity resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"externalReference\": \"aute\",\n \"id\": \"elit sint consectet\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"mollit enim\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"nostrud voluptate occaecat\",\n \"startDate\": \"2000-05-08T13:53:17.031Z\",\n \"dueDate\": \"1947-06-09T23:14:45.371Z\",\n \"completedDate\": \"2019-08-12T03:28:37.045Z\",\n \"percentComplete\": 36261752.54803732,\n \"complete\": false,\n \"billingInformation\": \"occaecat ut\",\n \"private\": false,\n \"reference\": \"in amet non\",\n \"reminder\": true,\n \"showOnCalendar\": false,\n \"exported\": true,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"sed ullamco voluptate\",\n \"createdDate\": \"1962-08-29T14:51:38.409Z\",\n \"createdBy\": \"esse Lorem\",\n \"updatedDate\": \"1976-12-01T07:21:25.462Z\",\n \"updatedBy\": \"do sint dolor\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"id mollit m\",\n \"cupidatat in\"\n ],\n \"setAdditionalFields\": [\n \"irure occaecat in\",\n \"officia dolor\"\n ],\n \"avatarUrl\": \"Excepteur fugiat quis\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested ContactActivity resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested ContactActivity resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a ContactActivity", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "externalReference", "value": "aute" }, { "key": "id", "value": "elit sint consectet" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "mollit enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "nostrud voluptate occaecat" }, { "key": "startDate", "value": "2000-05-08T13:53:17.031Z" }, { "key": "dueDate", "value": "1947-06-09T23:14:45.371Z" }, { "key": "completedDate", "value": "2019-08-12T03:28:37.045Z" }, { "key": "percentComplete", "value": "36261752.54803732" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "occaecat ut" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "in amet non" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "sed ullamco voluptate" }, { "key": "createdDate", "value": "1962-08-29T14:51:38.409Z" }, { "key": "createdBy", "value": "esse Lorem" }, { "key": "updatedDate", "value": "1976-12-01T07:21:25.462Z" }, { "key": "updatedBy", "value": "do sint dolor" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "id mollit m" }, { "key": "setFields", "value": "cupidatat in" }, { "key": "setAdditionalFields", "value": "irure occaecat in" }, { "key": "setAdditionalFields", "value": "officia dolor" }, { "key": "avatarUrl", "value": "Excepteur fugiat quis" } ] }, "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the ContactActivity resource to update" } ] } }, "response": [ { "name": "Returns the ContactActivity model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the ContactActivity resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"externalReference\": \"aute\",\n \"id\": \"elit sint consectet\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"mollit enim\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"nostrud voluptate occaecat\",\n \"startDate\": \"2000-05-08T13:53:17.031Z\",\n \"dueDate\": \"1947-06-09T23:14:45.371Z\",\n \"completedDate\": \"2019-08-12T03:28:37.045Z\",\n \"percentComplete\": 36261752.54803732,\n \"complete\": false,\n \"billingInformation\": \"occaecat ut\",\n \"private\": false,\n \"reference\": \"in amet non\",\n \"reminder\": true,\n \"showOnCalendar\": false,\n \"exported\": true,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"sed ullamco voluptate\",\n \"createdDate\": \"1962-08-29T14:51:38.409Z\",\n \"createdBy\": \"esse Lorem\",\n \"updatedDate\": \"1976-12-01T07:21:25.462Z\",\n \"updatedBy\": \"do sint dolor\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"id mollit m\",\n \"cupidatat in\"\n ],\n \"setAdditionalFields\": [\n \"irure occaecat in\",\n \"officia dolor\"\n ],\n \"avatarUrl\": \"Excepteur fugiat quis\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the ContactActivity resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the ContactActivity resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Contact Activity", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact Activity resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact Activity resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact Activity resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact Activity resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Contact Activity", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "externalReference", "value": "aute" }, { "key": "id", "value": "elit sint consectet" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "mollit enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "nostrud voluptate occaecat" }, { "key": "startDate", "value": "2000-05-08T13:53:17.031Z" }, { "key": "dueDate", "value": "1947-06-09T23:14:45.371Z" }, { "key": "completedDate", "value": "2019-08-12T03:28:37.045Z" }, { "key": "percentComplete", "value": "36261752.54803732" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "occaecat ut" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "in amet non" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "sed ullamco voluptate" }, { "key": "createdDate", "value": "1962-08-29T14:51:38.409Z" }, { "key": "createdBy", "value": "esse Lorem" }, { "key": "updatedDate", "value": "1976-12-01T07:21:25.462Z" }, { "key": "updatedBy", "value": "do sint dolor" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "id mollit m" }, { "key": "setFields", "value": "cupidatat in" }, { "key": "setAdditionalFields", "value": "irure occaecat in" }, { "key": "setAdditionalFields", "value": "officia dolor" }, { "key": "avatarUrl", "value": "Excepteur fugiat quis" } ] }, "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact Activity resource to update" } ] } }, "response": [ { "name": "Returns the Contact Activity model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "externalReference", "value": "aute" }, { "key": "id", "value": "elit sint consectet" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "mollit enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "nostrud voluptate occaecat" }, { "key": "startDate", "value": "2000-05-08T13:53:17.031Z" }, { "key": "dueDate", "value": "1947-06-09T23:14:45.371Z" }, { "key": "completedDate", "value": "2019-08-12T03:28:37.045Z" }, { "key": "percentComplete", "value": "36261752.54803732" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "occaecat ut" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "in amet non" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "sed ullamco voluptate" }, { "key": "createdDate", "value": "1962-08-29T14:51:38.409Z" }, { "key": "createdBy", "value": "esse Lorem" }, { "key": "updatedDate", "value": "1976-12-01T07:21:25.462Z" }, { "key": "updatedBy", "value": "do sint dolor" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "id mollit m" }, { "key": "setFields", "value": "cupidatat in" }, { "key": "setAdditionalFields", "value": "irure occaecat in" }, { "key": "setAdditionalFields", "value": "officia dolor" }, { "key": "avatarUrl", "value": "Excepteur fugiat quis" } ] }, "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact Activity resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"externalReference\": \"aute\",\n \"id\": \"elit sint consectet\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"mollit enim\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"nostrud voluptate occaecat\",\n \"startDate\": \"2000-05-08T13:53:17.031Z\",\n \"dueDate\": \"1947-06-09T23:14:45.371Z\",\n \"completedDate\": \"2019-08-12T03:28:37.045Z\",\n \"percentComplete\": 36261752.54803732,\n \"complete\": false,\n \"billingInformation\": \"occaecat ut\",\n \"private\": false,\n \"reference\": \"in amet non\",\n \"reminder\": true,\n \"showOnCalendar\": false,\n \"exported\": true,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"sed ullamco voluptate\",\n \"createdDate\": \"1962-08-29T14:51:38.409Z\",\n \"createdBy\": \"esse Lorem\",\n \"updatedDate\": \"1976-12-01T07:21:25.462Z\",\n \"updatedBy\": \"do sint dolor\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"id mollit m\",\n \"cupidatat in\"\n ],\n \"setAdditionalFields\": [\n \"irure occaecat in\",\n \"officia dolor\"\n ],\n \"avatarUrl\": \"Excepteur fugiat quis\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "externalReference", "value": "aute" }, { "key": "id", "value": "elit sint consectet" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "mollit enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "nostrud voluptate occaecat" }, { "key": "startDate", "value": "2000-05-08T13:53:17.031Z" }, { "key": "dueDate", "value": "1947-06-09T23:14:45.371Z" }, { "key": "completedDate", "value": "2019-08-12T03:28:37.045Z" }, { "key": "percentComplete", "value": "36261752.54803732" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "occaecat ut" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "in amet non" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "sed ullamco voluptate" }, { "key": "createdDate", "value": "1962-08-29T14:51:38.409Z" }, { "key": "createdBy", "value": "esse Lorem" }, { "key": "updatedDate", "value": "1976-12-01T07:21:25.462Z" }, { "key": "updatedBy", "value": "do sint dolor" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "id mollit m" }, { "key": "setFields", "value": "cupidatat in" }, { "key": "setAdditionalFields", "value": "irure occaecat in" }, { "key": "setAdditionalFields", "value": "officia dolor" }, { "key": "avatarUrl", "value": "Excepteur fugiat quis" } ] }, "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact Activity resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "externalReference", "value": "aute" }, { "key": "id", "value": "elit sint consectet" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "mollit enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "nostrud voluptate occaecat" }, { "key": "startDate", "value": "2000-05-08T13:53:17.031Z" }, { "key": "dueDate", "value": "1947-06-09T23:14:45.371Z" }, { "key": "completedDate", "value": "2019-08-12T03:28:37.045Z" }, { "key": "percentComplete", "value": "36261752.54803732" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "occaecat ut" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "in amet non" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "sed ullamco voluptate" }, { "key": "createdDate", "value": "1962-08-29T14:51:38.409Z" }, { "key": "createdBy", "value": "esse Lorem" }, { "key": "updatedDate", "value": "1976-12-01T07:21:25.462Z" }, { "key": "updatedBy", "value": "do sint dolor" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "id mollit m" }, { "key": "setFields", "value": "cupidatat in" }, { "key": "setAdditionalFields", "value": "irure occaecat in" }, { "key": "setAdditionalFields", "value": "officia dolor" }, { "key": "avatarUrl", "value": "Excepteur fugiat quis" } ] }, "url": { "raw": "{{baseUrl}}/aster/contactactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact Activity resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "documentproduction", "item": [ { "name": "Create document production jobs", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" }, { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/contactactivities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", "documentproduction", "jobs" ] } }, "response": [ { "name": "Returns collection of job ids", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", "documentproduction", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", "documentproduction", "jobs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get document production templates", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", "documentproduction", "templates" ] } }, "response": [ { "name": "Returns collection of templates", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", "documentproduction", "templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] } ] }, { "name": "Get a list of ContactActivities", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of ContactActivity models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a ContactActivity", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "externalReference", "value": "sunt minim" }, { "key": "id", "value": "aliqua" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "minim labore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "qui Excepteur anim" }, { "key": "startDate", "value": "2011-03-28T22:05:19.360Z" }, { "key": "dueDate", "value": "1985-02-08T09:49:34.624Z" }, { "key": "completedDate", "value": "1973-12-31T23:52:13.029Z" }, { "key": "percentComplete", "value": "9913.238811567426" }, { "key": "complete", "value": "true" }, { "key": "billingInformation", "value": "aliqua ad est eiusmod sit" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "proident aliqua adipisicing d" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "true" }, { "key": "exported", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "dolore Lorem quis ut nostrud" }, { "key": "createdDate", "value": "1996-08-31T18:43:26.605Z" }, { "key": "createdBy", "value": "ut voluptate mollit" }, { "key": "updatedDate", "value": "2021-06-24T06:15:46.984Z" }, { "key": "updatedBy", "value": "reprehenderit aute" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "eiusmod ull" }, { "key": "setFields", "value": "sint aute est dolore" }, { "key": "setAdditionalFields", "value": "sit repr" }, { "key": "setAdditionalFields", "value": "amet nulla dolore laborum" }, { "key": "avatarUrl", "value": "nisi qui" } ] }, "url": { "raw": "{{baseUrl}}/aster/contactactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities" ] } }, "response": [ { "name": "Returns the ContactActivity model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"externalReference\": \"aute\",\n \"id\": \"elit sint consectet\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"mollit enim\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"nostrud voluptate occaecat\",\n \"startDate\": \"2000-05-08T13:53:17.031Z\",\n \"dueDate\": \"1947-06-09T23:14:45.371Z\",\n \"completedDate\": \"2019-08-12T03:28:37.045Z\",\n \"percentComplete\": 36261752.54803732,\n \"complete\": false,\n \"billingInformation\": \"occaecat ut\",\n \"private\": false,\n \"reference\": \"in amet non\",\n \"reminder\": true,\n \"showOnCalendar\": false,\n \"exported\": true,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"sed ullamco voluptate\",\n \"createdDate\": \"1962-08-29T14:51:38.409Z\",\n \"createdBy\": \"esse Lorem\",\n \"updatedDate\": \"1976-12-01T07:21:25.462Z\",\n \"updatedBy\": \"do sint dolor\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"id mollit m\",\n \"cupidatat in\"\n ],\n \"setAdditionalFields\": [\n \"irure occaecat in\",\n \"officia dolor\"\n ],\n \"avatarUrl\": \"Excepteur fugiat quis\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contactactivities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contactactivities", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "contacts", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded sucessfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements", "item": [ { "name": "Returns a list of Agreements for a Contact.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact to get the Agreements for." } ] } }, "response": [ { "name": "Agreements have been retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact to get the Agreements for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact to get the Agreements for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact to get the Agreements for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an eSign agreement", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "files", "value": "commodo ullamco aliquip", "description": "(Required) " }, { "key": "files", "value": "deserunt dolore sunt", "description": "(Required) " }, { "key": "name", "value": "enim dolor qui sunt", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "externalSocialAuthenticationId", "value": "Lorem aliqua", "description": "(Required) " }, { "key": "comments", "value": "nostrud elit commodo" }, { "key": "completeInOrder", "value": "true" }, { "key": "frequency", "value": "{\"value\":\"\"}" }, { "key": "delay", "value": "{\"value\":\"\"}" }, { "key": "showOnPortal", "value": "true" }, { "key": "requiresTwoFactor", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/contacts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Contact" } ] } }, "response": [ { "name": "Agreement submited to signature Provider succesfully.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Contact" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Contact" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Contact" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Contact not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Contact" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "externalsocialauthentications", "item": [ { "name": "Get a list of External Social Authentications for a contact.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the contact linked to external social auths." } ] } }, "response": [ { "name": "Returns a list external social authentications", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the contact linked to external social auths." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"name\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"expiryDate\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"name\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"createdBy\": {\n \"value\": \"\"\n },\n \"expiryDate\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Contact could not found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the contact linked to external social auths." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an External Social Authentication", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "integrationId", "value": "laborum fugiat exercitation officia" }, { "key": "redirectUrl", "value": "fugiat aliquip reprehenderit mollit" } ] }, "url": { "raw": "{{baseUrl}}/aster/contacts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact record to create External Social Auth against" } ] } }, "response": [ { "name": "Returns the created External Social Authentication", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact record to create External Social Auth against" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"ipsum\",\n \"name\": \"pariatur adipisicing\",\n \"providerName\": \"pariatur qui irure\",\n \"createdDate\": \"1964-08-19T14:21:08.222Z\",\n \"createdBy\": \"dolore Duis laborum fugiat est\",\n \"expiryDate\": \"1949-05-12T07:22:14.724Z\"\n}" }, { "name": "Bad Request. Invalid data was sent", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact record to create External Social Auth against" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Contact with the Id was not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/externalsocialauthentications", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "externalsocialauthentications" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact record to create External Social Auth against" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get an Contact", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Contact resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur", "description": "List option to determine which list the item is searched for" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Contact resource" } ] } }, "response": [ { "name": "Returns the Contact model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Contact resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"tempor Duis laborum adipisicing aliqua\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sunt est\",\n \"anniversary\": \"nisi proident par\",\n \"title\": \"dolor exercitation culpa\",\n \"firstName\": \"enim dolor officia ad\",\n \"lastName\": \"commodo amet in eu\",\n \"jobTitle\": \"incididunt fugiat esse velit proident\",\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"assistantName\": \"ex officia voluptate amet\",\n \"assistantTelephoneNumber\": \"magna nostrud sint dolore\",\n \"birthday\": \"nulla tempor nisi mollit\",\n \"businessAddress1\": \"mollit nostrud consequat et\",\n \"businessAddress2\": \"labore Lorem cupidatat qui\",\n \"businessAddress3\": \"ipsum deserunt exercitation aliqua\",\n \"businessTown\": \"anim dolore\",\n \"businessCounty\": \"ea sunt culpa \",\n \"businessPostcode\": \"veniam mollit proident labore laborum\",\n \"businessCountry\": \"eiusmod\",\n \"businessFaxNumber\": \"dolor\",\n \"businessTelephoneNumber\": \"pariatur ut Duis proident\",\n \"department\": \"cupidatat pariatur minim\",\n \"email1Address\": \"eiusmod consectetur ullamco Ut\",\n \"email2Address\": \"eu exercitation sunt cupidatat\",\n \"email3Address\": \"ut magna\",\n \"fullName\": \"ipsum occaecat eiusmod veniam do\",\n \"hobby\": \"laboris aute ad\",\n \"homeAddress1\": \"anim elit\",\n \"homeAddress2\": \"sed eu magna dolor\",\n \"homeAddress3\": \"non ex sit\",\n \"homeTown\": \"laboris incididunt non\",\n \"homeCounty\": \"sint ullamco Ut\",\n \"homePostcode\": \"magna non\",\n \"homeCountry\": \"laborum cupidatat consectetur\",\n \"homeFaxNumber\": \"aliquip minim proident adipisicing\",\n \"homeTelephoneNumber\": \"quis cillum\",\n \"managerName\": \"mollit magna cillum\",\n \"middleName\": \"pariat\",\n \"mobileTelephoneNumber\": \"consequat et velit incididunt\",\n \"nickname\": \"elit\",\n \"personalHomePage\": \"ipsum\",\n \"referredBy\": \"fugiat tempor\",\n \"salutation\": \"nulla Lorem\",\n \"suffix\": \"velit enim\",\n \"sensitivity\": \"consectetur\",\n \"spouse\": \"mollit et dolore esse ad\",\n \"webpage\": \"Lorem mollit\",\n \"externalReference\": \"eu\",\n \"linkedInPublicId\": \"voluptate minim mollit cupidatat\",\n \"facebookPublicId\": \"irure proident laboris\",\n \"googlePlusPublicId\": \"sed\",\n \"twitter1PublicId\": \"eiusmod veniam\",\n \"reference\": \"dolor mollit labore\",\n \"preferredEmail\": \"irure nisi in\",\n \"preferredPhone\": \"non Excepteur dolor\",\n \"address1\": \"pariatur in laboris nostrud officia\",\n \"address2\": \"ipsum\",\n \"address3\": \"tempor ut\",\n \"town\": \"reprehenderit laborum dolore\",\n \"county\": \"in labore velit\",\n \"postcode\": \"enim nisi magna aute\",\n \"country\": \"consequat\",\n \"allowContactEmail\": false,\n \"allowContactPhone\": false,\n \"allowContactFax\": true,\n \"allowContactLetter\": true,\n \"connectOptIn\": true,\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"businessSite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"dormant\": false,\n \"shortCode\": \"dolore laboris\",\n \"createdDate\": \"1979-05-18T16:08:42.347Z\",\n \"createdBy\": \"ad\",\n \"updatedDate\": \"1998-06-14T19:10:18.301Z\",\n \"updatedBy\": \"dolore\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"voluptate magna culpa\",\n \"officia est\"\n ],\n \"setAdditionalFields\": [\n \"cupidatat pariatur\",\n \"deserunt in occaecat laborum in\"\n ],\n \"avatarUrl\": \"do pariatur ut proident\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Contact resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Contact resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Contact", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "tempor Duis laborum adipisicing aliqua" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sunt est" }, { "key": "anniversary", "value": "nisi proident par" }, { "key": "title", "value": "dolor exercitation culpa" }, { "key": "firstName", "value": "enim dolor officia ad" }, { "key": "lastName", "value": "commodo amet in eu" }, { "key": "jobTitle", "value": "incididunt fugiat esse velit proident" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "assistantName", "value": "ex officia voluptate amet" }, { "key": "assistantTelephoneNumber", "value": "magna nostrud sint dolore" }, { "key": "birthday", "value": "nulla tempor nisi mollit" }, { "key": "businessAddress1", "value": "mollit nostrud consequat et" }, { "key": "businessAddress2", "value": "labore Lorem cupidatat qui" }, { "key": "businessAddress3", "value": "ipsum deserunt exercitation aliqua" }, { "key": "businessTown", "value": "anim dolore" }, { "key": "businessCounty", "value": "ea sunt culpa " }, { "key": "businessPostcode", "value": "veniam mollit proident labore laborum" }, { "key": "businessCountry", "value": "eiusmod" }, { "key": "businessFaxNumber", "value": "dolor" }, { "key": "businessTelephoneNumber", "value": "pariatur ut Duis proident" }, { "key": "department", "value": "cupidatat pariatur minim" }, { "key": "email1Address", "value": "eiusmod consectetur ullamco Ut" }, { "key": "email2Address", "value": "eu exercitation sunt cupidatat" }, { "key": "email3Address", "value": "ut magna" }, { "key": "fullName", "value": "ipsum occaecat eiusmod veniam do" }, { "key": "hobby", "value": "laboris aute ad" }, { "key": "homeAddress1", "value": "anim elit" }, { "key": "homeAddress2", "value": "sed eu magna dolor" }, { "key": "homeAddress3", "value": "non ex sit" }, { "key": "homeTown", "value": "laboris incididunt non" }, { "key": "homeCounty", "value": "sint ullamco Ut" }, { "key": "homePostcode", "value": "magna non" }, { "key": "homeCountry", "value": "laborum cupidatat consectetur" }, { "key": "homeFaxNumber", "value": "aliquip minim proident adipisicing" }, { "key": "homeTelephoneNumber", "value": "quis cillum" }, { "key": "managerName", "value": "mollit magna cillum" }, { "key": "middleName", "value": "pariat" }, { "key": "mobileTelephoneNumber", "value": "consequat et velit incididunt" }, { "key": "nickname", "value": "elit" }, { "key": "personalHomePage", "value": "ipsum" }, { "key": "referredBy", "value": "fugiat tempor" }, { "key": "salutation", "value": "nulla Lorem" }, { "key": "suffix", "value": "velit enim" }, { "key": "sensitivity", "value": "consectetur" }, { "key": "spouse", "value": "mollit et dolore esse ad" }, { "key": "webpage", "value": "Lorem mollit" }, { "key": "externalReference", "value": "eu" }, { "key": "linkedInPublicId", "value": "voluptate minim mollit cupidatat" }, { "key": "facebookPublicId", "value": "irure proident laboris" }, { "key": "googlePlusPublicId", "value": "sed" }, { "key": "twitter1PublicId", "value": "eiusmod veniam" }, { "key": "reference", "value": "dolor mollit labore" }, { "key": "preferredEmail", "value": "irure nisi in" }, { "key": "preferredPhone", "value": "non Excepteur dolor" }, { "key": "address1", "value": "pariatur in laboris nostrud officia" }, { "key": "address2", "value": "ipsum" }, { "key": "address3", "value": "tempor ut" }, { "key": "town", "value": "reprehenderit laborum dolore" }, { "key": "county", "value": "in labore velit" }, { "key": "postcode", "value": "enim nisi magna aute" }, { "key": "country", "value": "consequat" }, { "key": "allowContactEmail", "value": "false" }, { "key": "allowContactPhone", "value": "false" }, { "key": "allowContactFax", "value": "true" }, { "key": "allowContactLetter", "value": "true" }, { "key": "connectOptIn", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "dormant", "value": "false" }, { "key": "shortCode", "value": "dolore laboris" }, { "key": "createdDate", "value": "1979-05-18T16:08:42.347Z" }, { "key": "createdBy", "value": "ad" }, { "key": "updatedDate", "value": "1998-06-14T19:10:18.301Z" }, { "key": "updatedBy", "value": "dolore" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "voluptate magna culpa" }, { "key": "setFields", "value": "officia est" }, { "key": "setAdditionalFields", "value": "cupidatat pariatur" }, { "key": "setAdditionalFields", "value": "deserunt in occaecat laborum in" }, { "key": "avatarUrl", "value": "do pariatur ut proident" } ] }, "url": { "raw": "{{baseUrl}}/aster/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to update" } ] } }, "response": [ { "name": "Returns the Contact model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"tempor Duis laborum adipisicing aliqua\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sunt est\",\n \"anniversary\": \"nisi proident par\",\n \"title\": \"dolor exercitation culpa\",\n \"firstName\": \"enim dolor officia ad\",\n \"lastName\": \"commodo amet in eu\",\n \"jobTitle\": \"incididunt fugiat esse velit proident\",\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"assistantName\": \"ex officia voluptate amet\",\n \"assistantTelephoneNumber\": \"magna nostrud sint dolore\",\n \"birthday\": \"nulla tempor nisi mollit\",\n \"businessAddress1\": \"mollit nostrud consequat et\",\n \"businessAddress2\": \"labore Lorem cupidatat qui\",\n \"businessAddress3\": \"ipsum deserunt exercitation aliqua\",\n \"businessTown\": \"anim dolore\",\n \"businessCounty\": \"ea sunt culpa \",\n \"businessPostcode\": \"veniam mollit proident labore laborum\",\n \"businessCountry\": \"eiusmod\",\n \"businessFaxNumber\": \"dolor\",\n \"businessTelephoneNumber\": \"pariatur ut Duis proident\",\n \"department\": \"cupidatat pariatur minim\",\n \"email1Address\": \"eiusmod consectetur ullamco Ut\",\n \"email2Address\": \"eu exercitation sunt cupidatat\",\n \"email3Address\": \"ut magna\",\n \"fullName\": \"ipsum occaecat eiusmod veniam do\",\n \"hobby\": \"laboris aute ad\",\n \"homeAddress1\": \"anim elit\",\n \"homeAddress2\": \"sed eu magna dolor\",\n \"homeAddress3\": \"non ex sit\",\n \"homeTown\": \"laboris incididunt non\",\n \"homeCounty\": \"sint ullamco Ut\",\n \"homePostcode\": \"magna non\",\n \"homeCountry\": \"laborum cupidatat consectetur\",\n \"homeFaxNumber\": \"aliquip minim proident adipisicing\",\n \"homeTelephoneNumber\": \"quis cillum\",\n \"managerName\": \"mollit magna cillum\",\n \"middleName\": \"pariat\",\n \"mobileTelephoneNumber\": \"consequat et velit incididunt\",\n \"nickname\": \"elit\",\n \"personalHomePage\": \"ipsum\",\n \"referredBy\": \"fugiat tempor\",\n \"salutation\": \"nulla Lorem\",\n \"suffix\": \"velit enim\",\n \"sensitivity\": \"consectetur\",\n \"spouse\": \"mollit et dolore esse ad\",\n \"webpage\": \"Lorem mollit\",\n \"externalReference\": \"eu\",\n \"linkedInPublicId\": \"voluptate minim mollit cupidatat\",\n \"facebookPublicId\": \"irure proident laboris\",\n \"googlePlusPublicId\": \"sed\",\n \"twitter1PublicId\": \"eiusmod veniam\",\n \"reference\": \"dolor mollit labore\",\n \"preferredEmail\": \"irure nisi in\",\n \"preferredPhone\": \"non Excepteur dolor\",\n \"address1\": \"pariatur in laboris nostrud officia\",\n \"address2\": \"ipsum\",\n \"address3\": \"tempor ut\",\n \"town\": \"reprehenderit laborum dolore\",\n \"county\": \"in labore velit\",\n \"postcode\": \"enim nisi magna aute\",\n \"country\": \"consequat\",\n \"allowContactEmail\": false,\n \"allowContactPhone\": false,\n \"allowContactFax\": true,\n \"allowContactLetter\": true,\n \"connectOptIn\": true,\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"businessSite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"dormant\": false,\n \"shortCode\": \"dolore laboris\",\n \"createdDate\": \"1979-05-18T16:08:42.347Z\",\n \"createdBy\": \"ad\",\n \"updatedDate\": \"1998-06-14T19:10:18.301Z\",\n \"updatedBy\": \"dolore\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"voluptate magna culpa\",\n \"officia est\"\n ],\n \"setAdditionalFields\": [\n \"cupidatat pariatur\",\n \"deserunt in occaecat laborum in\"\n ],\n \"avatarUrl\": \"do pariatur ut proident\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Contact", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Contact", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "tempor Duis laborum adipisicing aliqua" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sunt est" }, { "key": "anniversary", "value": "nisi proident par" }, { "key": "title", "value": "dolor exercitation culpa" }, { "key": "firstName", "value": "enim dolor officia ad" }, { "key": "lastName", "value": "commodo amet in eu" }, { "key": "jobTitle", "value": "incididunt fugiat esse velit proident" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "assistantName", "value": "ex officia voluptate amet" }, { "key": "assistantTelephoneNumber", "value": "magna nostrud sint dolore" }, { "key": "birthday", "value": "nulla tempor nisi mollit" }, { "key": "businessAddress1", "value": "mollit nostrud consequat et" }, { "key": "businessAddress2", "value": "labore Lorem cupidatat qui" }, { "key": "businessAddress3", "value": "ipsum deserunt exercitation aliqua" }, { "key": "businessTown", "value": "anim dolore" }, { "key": "businessCounty", "value": "ea sunt culpa " }, { "key": "businessPostcode", "value": "veniam mollit proident labore laborum" }, { "key": "businessCountry", "value": "eiusmod" }, { "key": "businessFaxNumber", "value": "dolor" }, { "key": "businessTelephoneNumber", "value": "pariatur ut Duis proident" }, { "key": "department", "value": "cupidatat pariatur minim" }, { "key": "email1Address", "value": "eiusmod consectetur ullamco Ut" }, { "key": "email2Address", "value": "eu exercitation sunt cupidatat" }, { "key": "email3Address", "value": "ut magna" }, { "key": "fullName", "value": "ipsum occaecat eiusmod veniam do" }, { "key": "hobby", "value": "laboris aute ad" }, { "key": "homeAddress1", "value": "anim elit" }, { "key": "homeAddress2", "value": "sed eu magna dolor" }, { "key": "homeAddress3", "value": "non ex sit" }, { "key": "homeTown", "value": "laboris incididunt non" }, { "key": "homeCounty", "value": "sint ullamco Ut" }, { "key": "homePostcode", "value": "magna non" }, { "key": "homeCountry", "value": "laborum cupidatat consectetur" }, { "key": "homeFaxNumber", "value": "aliquip minim proident adipisicing" }, { "key": "homeTelephoneNumber", "value": "quis cillum" }, { "key": "managerName", "value": "mollit magna cillum" }, { "key": "middleName", "value": "pariat" }, { "key": "mobileTelephoneNumber", "value": "consequat et velit incididunt" }, { "key": "nickname", "value": "elit" }, { "key": "personalHomePage", "value": "ipsum" }, { "key": "referredBy", "value": "fugiat tempor" }, { "key": "salutation", "value": "nulla Lorem" }, { "key": "suffix", "value": "velit enim" }, { "key": "sensitivity", "value": "consectetur" }, { "key": "spouse", "value": "mollit et dolore esse ad" }, { "key": "webpage", "value": "Lorem mollit" }, { "key": "externalReference", "value": "eu" }, { "key": "linkedInPublicId", "value": "voluptate minim mollit cupidatat" }, { "key": "facebookPublicId", "value": "irure proident laboris" }, { "key": "googlePlusPublicId", "value": "sed" }, { "key": "twitter1PublicId", "value": "eiusmod veniam" }, { "key": "reference", "value": "dolor mollit labore" }, { "key": "preferredEmail", "value": "irure nisi in" }, { "key": "preferredPhone", "value": "non Excepteur dolor" }, { "key": "address1", "value": "pariatur in laboris nostrud officia" }, { "key": "address2", "value": "ipsum" }, { "key": "address3", "value": "tempor ut" }, { "key": "town", "value": "reprehenderit laborum dolore" }, { "key": "county", "value": "in labore velit" }, { "key": "postcode", "value": "enim nisi magna aute" }, { "key": "country", "value": "consequat" }, { "key": "allowContactEmail", "value": "false" }, { "key": "allowContactPhone", "value": "false" }, { "key": "allowContactFax", "value": "true" }, { "key": "allowContactLetter", "value": "true" }, { "key": "connectOptIn", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "dormant", "value": "false" }, { "key": "shortCode", "value": "dolore laboris" }, { "key": "createdDate", "value": "1979-05-18T16:08:42.347Z" }, { "key": "createdBy", "value": "ad" }, { "key": "updatedDate", "value": "1998-06-14T19:10:18.301Z" }, { "key": "updatedBy", "value": "dolore" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "voluptate magna culpa" }, { "key": "setFields", "value": "officia est" }, { "key": "setAdditionalFields", "value": "cupidatat pariatur" }, { "key": "setAdditionalFields", "value": "deserunt in occaecat laborum in" }, { "key": "avatarUrl", "value": "do pariatur ut proident" } ] }, "url": { "raw": "{{baseUrl}}/aster/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to update" } ] } }, "response": [ { "name": "Returns the Contact model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "tempor Duis laborum adipisicing aliqua" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sunt est" }, { "key": "anniversary", "value": "nisi proident par" }, { "key": "title", "value": "dolor exercitation culpa" }, { "key": "firstName", "value": "enim dolor officia ad" }, { "key": "lastName", "value": "commodo amet in eu" }, { "key": "jobTitle", "value": "incididunt fugiat esse velit proident" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "assistantName", "value": "ex officia voluptate amet" }, { "key": "assistantTelephoneNumber", "value": "magna nostrud sint dolore" }, { "key": "birthday", "value": "nulla tempor nisi mollit" }, { "key": "businessAddress1", "value": "mollit nostrud consequat et" }, { "key": "businessAddress2", "value": "labore Lorem cupidatat qui" }, { "key": "businessAddress3", "value": "ipsum deserunt exercitation aliqua" }, { "key": "businessTown", "value": "anim dolore" }, { "key": "businessCounty", "value": "ea sunt culpa " }, { "key": "businessPostcode", "value": "veniam mollit proident labore laborum" }, { "key": "businessCountry", "value": "eiusmod" }, { "key": "businessFaxNumber", "value": "dolor" }, { "key": "businessTelephoneNumber", "value": "pariatur ut Duis proident" }, { "key": "department", "value": "cupidatat pariatur minim" }, { "key": "email1Address", "value": "eiusmod consectetur ullamco Ut" }, { "key": "email2Address", "value": "eu exercitation sunt cupidatat" }, { "key": "email3Address", "value": "ut magna" }, { "key": "fullName", "value": "ipsum occaecat eiusmod veniam do" }, { "key": "hobby", "value": "laboris aute ad" }, { "key": "homeAddress1", "value": "anim elit" }, { "key": "homeAddress2", "value": "sed eu magna dolor" }, { "key": "homeAddress3", "value": "non ex sit" }, { "key": "homeTown", "value": "laboris incididunt non" }, { "key": "homeCounty", "value": "sint ullamco Ut" }, { "key": "homePostcode", "value": "magna non" }, { "key": "homeCountry", "value": "laborum cupidatat consectetur" }, { "key": "homeFaxNumber", "value": "aliquip minim proident adipisicing" }, { "key": "homeTelephoneNumber", "value": "quis cillum" }, { "key": "managerName", "value": "mollit magna cillum" }, { "key": "middleName", "value": "pariat" }, { "key": "mobileTelephoneNumber", "value": "consequat et velit incididunt" }, { "key": "nickname", "value": "elit" }, { "key": "personalHomePage", "value": "ipsum" }, { "key": "referredBy", "value": "fugiat tempor" }, { "key": "salutation", "value": "nulla Lorem" }, { "key": "suffix", "value": "velit enim" }, { "key": "sensitivity", "value": "consectetur" }, { "key": "spouse", "value": "mollit et dolore esse ad" }, { "key": "webpage", "value": "Lorem mollit" }, { "key": "externalReference", "value": "eu" }, { "key": "linkedInPublicId", "value": "voluptate minim mollit cupidatat" }, { "key": "facebookPublicId", "value": "irure proident laboris" }, { "key": "googlePlusPublicId", "value": "sed" }, { "key": "twitter1PublicId", "value": "eiusmod veniam" }, { "key": "reference", "value": "dolor mollit labore" }, { "key": "preferredEmail", "value": "irure nisi in" }, { "key": "preferredPhone", "value": "non Excepteur dolor" }, { "key": "address1", "value": "pariatur in laboris nostrud officia" }, { "key": "address2", "value": "ipsum" }, { "key": "address3", "value": "tempor ut" }, { "key": "town", "value": "reprehenderit laborum dolore" }, { "key": "county", "value": "in labore velit" }, { "key": "postcode", "value": "enim nisi magna aute" }, { "key": "country", "value": "consequat" }, { "key": "allowContactEmail", "value": "false" }, { "key": "allowContactPhone", "value": "false" }, { "key": "allowContactFax", "value": "true" }, { "key": "allowContactLetter", "value": "true" }, { "key": "connectOptIn", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "dormant", "value": "false" }, { "key": "shortCode", "value": "dolore laboris" }, { "key": "createdDate", "value": "1979-05-18T16:08:42.347Z" }, { "key": "createdBy", "value": "ad" }, { "key": "updatedDate", "value": "1998-06-14T19:10:18.301Z" }, { "key": "updatedBy", "value": "dolore" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "voluptate magna culpa" }, { "key": "setFields", "value": "officia est" }, { "key": "setAdditionalFields", "value": "cupidatat pariatur" }, { "key": "setAdditionalFields", "value": "deserunt in occaecat laborum in" }, { "key": "avatarUrl", "value": "do pariatur ut proident" } ] }, "url": { "raw": "{{baseUrl}}/aster/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"tempor Duis laborum adipisicing aliqua\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sunt est\",\n \"anniversary\": \"nisi proident par\",\n \"title\": \"dolor exercitation culpa\",\n \"firstName\": \"enim dolor officia ad\",\n \"lastName\": \"commodo amet in eu\",\n \"jobTitle\": \"incididunt fugiat esse velit proident\",\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"assistantName\": \"ex officia voluptate amet\",\n \"assistantTelephoneNumber\": \"magna nostrud sint dolore\",\n \"birthday\": \"nulla tempor nisi mollit\",\n \"businessAddress1\": \"mollit nostrud consequat et\",\n \"businessAddress2\": \"labore Lorem cupidatat qui\",\n \"businessAddress3\": \"ipsum deserunt exercitation aliqua\",\n \"businessTown\": \"anim dolore\",\n \"businessCounty\": \"ea sunt culpa \",\n \"businessPostcode\": \"veniam mollit proident labore laborum\",\n \"businessCountry\": \"eiusmod\",\n \"businessFaxNumber\": \"dolor\",\n \"businessTelephoneNumber\": \"pariatur ut Duis proident\",\n \"department\": \"cupidatat pariatur minim\",\n \"email1Address\": \"eiusmod consectetur ullamco Ut\",\n \"email2Address\": \"eu exercitation sunt cupidatat\",\n \"email3Address\": \"ut magna\",\n \"fullName\": \"ipsum occaecat eiusmod veniam do\",\n \"hobby\": \"laboris aute ad\",\n \"homeAddress1\": \"anim elit\",\n \"homeAddress2\": \"sed eu magna dolor\",\n \"homeAddress3\": \"non ex sit\",\n \"homeTown\": \"laboris incididunt non\",\n \"homeCounty\": \"sint ullamco Ut\",\n \"homePostcode\": \"magna non\",\n \"homeCountry\": \"laborum cupidatat consectetur\",\n \"homeFaxNumber\": \"aliquip minim proident adipisicing\",\n \"homeTelephoneNumber\": \"quis cillum\",\n \"managerName\": \"mollit magna cillum\",\n \"middleName\": \"pariat\",\n \"mobileTelephoneNumber\": \"consequat et velit incididunt\",\n \"nickname\": \"elit\",\n \"personalHomePage\": \"ipsum\",\n \"referredBy\": \"fugiat tempor\",\n \"salutation\": \"nulla Lorem\",\n \"suffix\": \"velit enim\",\n \"sensitivity\": \"consectetur\",\n \"spouse\": \"mollit et dolore esse ad\",\n \"webpage\": \"Lorem mollit\",\n \"externalReference\": \"eu\",\n \"linkedInPublicId\": \"voluptate minim mollit cupidatat\",\n \"facebookPublicId\": \"irure proident laboris\",\n \"googlePlusPublicId\": \"sed\",\n \"twitter1PublicId\": \"eiusmod veniam\",\n \"reference\": \"dolor mollit labore\",\n \"preferredEmail\": \"irure nisi in\",\n \"preferredPhone\": \"non Excepteur dolor\",\n \"address1\": \"pariatur in laboris nostrud officia\",\n \"address2\": \"ipsum\",\n \"address3\": \"tempor ut\",\n \"town\": \"reprehenderit laborum dolore\",\n \"county\": \"in labore velit\",\n \"postcode\": \"enim nisi magna aute\",\n \"country\": \"consequat\",\n \"allowContactEmail\": false,\n \"allowContactPhone\": false,\n \"allowContactFax\": true,\n \"allowContactLetter\": true,\n \"connectOptIn\": true,\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"businessSite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"dormant\": false,\n \"shortCode\": \"dolore laboris\",\n \"createdDate\": \"1979-05-18T16:08:42.347Z\",\n \"createdBy\": \"ad\",\n \"updatedDate\": \"1998-06-14T19:10:18.301Z\",\n \"updatedBy\": \"dolore\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"voluptate magna culpa\",\n \"officia est\"\n ],\n \"setAdditionalFields\": [\n \"cupidatat pariatur\",\n \"deserunt in occaecat laborum in\"\n ],\n \"avatarUrl\": \"do pariatur ut proident\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "tempor Duis laborum adipisicing aliqua" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sunt est" }, { "key": "anniversary", "value": "nisi proident par" }, { "key": "title", "value": "dolor exercitation culpa" }, { "key": "firstName", "value": "enim dolor officia ad" }, { "key": "lastName", "value": "commodo amet in eu" }, { "key": "jobTitle", "value": "incididunt fugiat esse velit proident" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "assistantName", "value": "ex officia voluptate amet" }, { "key": "assistantTelephoneNumber", "value": "magna nostrud sint dolore" }, { "key": "birthday", "value": "nulla tempor nisi mollit" }, { "key": "businessAddress1", "value": "mollit nostrud consequat et" }, { "key": "businessAddress2", "value": "labore Lorem cupidatat qui" }, { "key": "businessAddress3", "value": "ipsum deserunt exercitation aliqua" }, { "key": "businessTown", "value": "anim dolore" }, { "key": "businessCounty", "value": "ea sunt culpa " }, { "key": "businessPostcode", "value": "veniam mollit proident labore laborum" }, { "key": "businessCountry", "value": "eiusmod" }, { "key": "businessFaxNumber", "value": "dolor" }, { "key": "businessTelephoneNumber", "value": "pariatur ut Duis proident" }, { "key": "department", "value": "cupidatat pariatur minim" }, { "key": "email1Address", "value": "eiusmod consectetur ullamco Ut" }, { "key": "email2Address", "value": "eu exercitation sunt cupidatat" }, { "key": "email3Address", "value": "ut magna" }, { "key": "fullName", "value": "ipsum occaecat eiusmod veniam do" }, { "key": "hobby", "value": "laboris aute ad" }, { "key": "homeAddress1", "value": "anim elit" }, { "key": "homeAddress2", "value": "sed eu magna dolor" }, { "key": "homeAddress3", "value": "non ex sit" }, { "key": "homeTown", "value": "laboris incididunt non" }, { "key": "homeCounty", "value": "sint ullamco Ut" }, { "key": "homePostcode", "value": "magna non" }, { "key": "homeCountry", "value": "laborum cupidatat consectetur" }, { "key": "homeFaxNumber", "value": "aliquip minim proident adipisicing" }, { "key": "homeTelephoneNumber", "value": "quis cillum" }, { "key": "managerName", "value": "mollit magna cillum" }, { "key": "middleName", "value": "pariat" }, { "key": "mobileTelephoneNumber", "value": "consequat et velit incididunt" }, { "key": "nickname", "value": "elit" }, { "key": "personalHomePage", "value": "ipsum" }, { "key": "referredBy", "value": "fugiat tempor" }, { "key": "salutation", "value": "nulla Lorem" }, { "key": "suffix", "value": "velit enim" }, { "key": "sensitivity", "value": "consectetur" }, { "key": "spouse", "value": "mollit et dolore esse ad" }, { "key": "webpage", "value": "Lorem mollit" }, { "key": "externalReference", "value": "eu" }, { "key": "linkedInPublicId", "value": "voluptate minim mollit cupidatat" }, { "key": "facebookPublicId", "value": "irure proident laboris" }, { "key": "googlePlusPublicId", "value": "sed" }, { "key": "twitter1PublicId", "value": "eiusmod veniam" }, { "key": "reference", "value": "dolor mollit labore" }, { "key": "preferredEmail", "value": "irure nisi in" }, { "key": "preferredPhone", "value": "non Excepteur dolor" }, { "key": "address1", "value": "pariatur in laboris nostrud officia" }, { "key": "address2", "value": "ipsum" }, { "key": "address3", "value": "tempor ut" }, { "key": "town", "value": "reprehenderit laborum dolore" }, { "key": "county", "value": "in labore velit" }, { "key": "postcode", "value": "enim nisi magna aute" }, { "key": "country", "value": "consequat" }, { "key": "allowContactEmail", "value": "false" }, { "key": "allowContactPhone", "value": "false" }, { "key": "allowContactFax", "value": "true" }, { "key": "allowContactLetter", "value": "true" }, { "key": "connectOptIn", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "dormant", "value": "false" }, { "key": "shortCode", "value": "dolore laboris" }, { "key": "createdDate", "value": "1979-05-18T16:08:42.347Z" }, { "key": "createdBy", "value": "ad" }, { "key": "updatedDate", "value": "1998-06-14T19:10:18.301Z" }, { "key": "updatedBy", "value": "dolore" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "voluptate magna culpa" }, { "key": "setFields", "value": "officia est" }, { "key": "setAdditionalFields", "value": "cupidatat pariatur" }, { "key": "setAdditionalFields", "value": "deserunt in occaecat laborum in" }, { "key": "avatarUrl", "value": "do pariatur ut proident" } ] }, "url": { "raw": "{{baseUrl}}/aster/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "tempor Duis laborum adipisicing aliqua" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sunt est" }, { "key": "anniversary", "value": "nisi proident par" }, { "key": "title", "value": "dolor exercitation culpa" }, { "key": "firstName", "value": "enim dolor officia ad" }, { "key": "lastName", "value": "commodo amet in eu" }, { "key": "jobTitle", "value": "incididunt fugiat esse velit proident" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "assistantName", "value": "ex officia voluptate amet" }, { "key": "assistantTelephoneNumber", "value": "magna nostrud sint dolore" }, { "key": "birthday", "value": "nulla tempor nisi mollit" }, { "key": "businessAddress1", "value": "mollit nostrud consequat et" }, { "key": "businessAddress2", "value": "labore Lorem cupidatat qui" }, { "key": "businessAddress3", "value": "ipsum deserunt exercitation aliqua" }, { "key": "businessTown", "value": "anim dolore" }, { "key": "businessCounty", "value": "ea sunt culpa " }, { "key": "businessPostcode", "value": "veniam mollit proident labore laborum" }, { "key": "businessCountry", "value": "eiusmod" }, { "key": "businessFaxNumber", "value": "dolor" }, { "key": "businessTelephoneNumber", "value": "pariatur ut Duis proident" }, { "key": "department", "value": "cupidatat pariatur minim" }, { "key": "email1Address", "value": "eiusmod consectetur ullamco Ut" }, { "key": "email2Address", "value": "eu exercitation sunt cupidatat" }, { "key": "email3Address", "value": "ut magna" }, { "key": "fullName", "value": "ipsum occaecat eiusmod veniam do" }, { "key": "hobby", "value": "laboris aute ad" }, { "key": "homeAddress1", "value": "anim elit" }, { "key": "homeAddress2", "value": "sed eu magna dolor" }, { "key": "homeAddress3", "value": "non ex sit" }, { "key": "homeTown", "value": "laboris incididunt non" }, { "key": "homeCounty", "value": "sint ullamco Ut" }, { "key": "homePostcode", "value": "magna non" }, { "key": "homeCountry", "value": "laborum cupidatat consectetur" }, { "key": "homeFaxNumber", "value": "aliquip minim proident adipisicing" }, { "key": "homeTelephoneNumber", "value": "quis cillum" }, { "key": "managerName", "value": "mollit magna cillum" }, { "key": "middleName", "value": "pariat" }, { "key": "mobileTelephoneNumber", "value": "consequat et velit incididunt" }, { "key": "nickname", "value": "elit" }, { "key": "personalHomePage", "value": "ipsum" }, { "key": "referredBy", "value": "fugiat tempor" }, { "key": "salutation", "value": "nulla Lorem" }, { "key": "suffix", "value": "velit enim" }, { "key": "sensitivity", "value": "consectetur" }, { "key": "spouse", "value": "mollit et dolore esse ad" }, { "key": "webpage", "value": "Lorem mollit" }, { "key": "externalReference", "value": "eu" }, { "key": "linkedInPublicId", "value": "voluptate minim mollit cupidatat" }, { "key": "facebookPublicId", "value": "irure proident laboris" }, { "key": "googlePlusPublicId", "value": "sed" }, { "key": "twitter1PublicId", "value": "eiusmod veniam" }, { "key": "reference", "value": "dolor mollit labore" }, { "key": "preferredEmail", "value": "irure nisi in" }, { "key": "preferredPhone", "value": "non Excepteur dolor" }, { "key": "address1", "value": "pariatur in laboris nostrud officia" }, { "key": "address2", "value": "ipsum" }, { "key": "address3", "value": "tempor ut" }, { "key": "town", "value": "reprehenderit laborum dolore" }, { "key": "county", "value": "in labore velit" }, { "key": "postcode", "value": "enim nisi magna aute" }, { "key": "country", "value": "consequat" }, { "key": "allowContactEmail", "value": "false" }, { "key": "allowContactPhone", "value": "false" }, { "key": "allowContactFax", "value": "true" }, { "key": "allowContactLetter", "value": "true" }, { "key": "connectOptIn", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "dormant", "value": "false" }, { "key": "shortCode", "value": "dolore laboris" }, { "key": "createdDate", "value": "1979-05-18T16:08:42.347Z" }, { "key": "createdBy", "value": "ad" }, { "key": "updatedDate", "value": "1998-06-14T19:10:18.301Z" }, { "key": "updatedBy", "value": "dolore" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "voluptate magna culpa" }, { "key": "setFields", "value": "officia est" }, { "key": "setAdditionalFields", "value": "cupidatat pariatur" }, { "key": "setAdditionalFields", "value": "deserunt in occaecat laborum in" }, { "key": "avatarUrl", "value": "do pariatur ut proident" } ] }, "url": { "raw": "{{baseUrl}}/aster/contacts/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Gets a list of events that the contact is booked on to", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/events?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&subLists=officia in &subLists=ut aute aliquip", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "events" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "officia in " }, { "key": "subLists", "value": "ut aute aliquip" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Contact resource" } ] } }, "response": [ { "name": "Returns the Events that the Contact with the given ID is attending", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/events?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "events" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Contact resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"sessions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"products\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"commodo Ut quis\",\n \"summary\": \"ipsum irure\",\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"value\": 6164665.346262142,\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1962-04-25T15:03:19.344Z\",\n \"endDate\": \"1990-08-08T13:59:27.487Z\",\n \"reference\": \"sed Duis consequat\",\n \"externalReference\": \"consequat tempor\",\n \"address1\": \"dolor occaecat esse exercitation\",\n \"address2\": \"commodo nisi anim dolore\",\n \"address3\": \"amet exercitation adipisicing sint\",\n \"town\": \"labore cupidatat eiusmod occaecat\",\n \"county\": \"voluptate\",\n \"postcode\": \"ad cillum\",\n \"country\": \"ut l\",\n \"numberOfPlaces\": -24094437,\n \"numberOfAttendees\": 55507359,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"labore anim ullamco\",\n \"createdDate\": \"1956-06-28T17:27:56.334Z\",\n \"createdBy\": \"laborum ut amet\",\n \"updatedDate\": \"1966-06-28T09:04:08.922Z\",\n \"updatedBy\": \"incididunt deserunt\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"ad aute aliqu\",\n \"officia\"\n ],\n \"setAdditionalFields\": [\n \"id elit nulla\",\n \"sit\"\n ],\n \"avatarUrl\": \"in enim\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/events?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "events" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Contact resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/events?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "events" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Contact resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Make a Contact Dormant", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/makedormant", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "makedormant" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to make dormant" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/makedormant", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "makedormant" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to make dormant" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/makedormant", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "makedormant" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to make dormant" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/makedormant", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "makedormant" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to make dormant" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Make a Contact undormant", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/makeundormant", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "makeundormant" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to make undormant" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/makeundormant", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "makeundormant" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to make undormant" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/makeundormant", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "makeundormant" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to make undormant" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/makeundormant", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "makeundormant" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact resource to make undormant" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create Touch Point", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "touchPointRuleId", "value": "consequat dolore com" }, { "key": "summary", "value": "exercitation fugiat aliquip in" }, { "key": "details", "value": "laboris" }, { "key": "source", "value": "dolore voluptate" } ] }, "url": { "raw": "{{baseUrl}}/aster/contacts/:id/touchpoints", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "touchpoints" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact record to create Touch Point against" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/touchpoints", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "touchpoints" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact record to create Touch Point against" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/touchpoints", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "touchpoints" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact record to create Touch Point against" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/:id/touchpoints", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", ":id", "touchpoints" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Contact record to create Touch Point against" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "documentproduction", "item": [ { "name": "Create document production jobs", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" }, { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/contacts/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", "documentproduction", "jobs" ] } }, "response": [ { "name": "Returns collection of job ids", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", "documentproduction", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", "documentproduction", "jobs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get document production templates", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", "documentproduction", "templates" ] } }, "response": [ { "name": "Returns collection of templates", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", "documentproduction", "templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] } ] }, { "name": "Get a list of Contacts", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of Contact models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Contact", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "ut deserunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "ea ipsum Ut" }, { "key": "anniversary", "value": "consectetur in dolor" }, { "key": "title", "value": "culpa in occaecat" }, { "key": "firstName", "value": "irure veniam c" }, { "key": "lastName", "value": "ipsum ullamco reprehenderit" }, { "key": "jobTitle", "value": "sunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "assistantName", "value": "labore ullamco" }, { "key": "assistantTelephoneNumber", "value": "deserunt commodo" }, { "key": "birthday", "value": "fugiat ad laborum reprehenderit" }, { "key": "businessAddress1", "value": "exercitation dolor" }, { "key": "businessAddress2", "value": "qui ut" }, { "key": "businessAddress3", "value": "tempor ullamco cillum dolore" }, { "key": "businessTown", "value": "ea adipisicing nisi culpa" }, { "key": "businessCounty", "value": "irure ut eu" }, { "key": "businessPostcode", "value": "nulla non" }, { "key": "businessCountry", "value": "proident anim cillum non" }, { "key": "businessFaxNumber", "value": "tempor in pariatur proident esse" }, { "key": "businessTelephoneNumber", "value": "dolor ut no" }, { "key": "department", "value": "incididunt eiusmod cillum" }, { "key": "email1Address", "value": "do in" }, { "key": "email2Address", "value": "in Duis reprehenderit eu" }, { "key": "email3Address", "value": "aliquip qui" }, { "key": "fullName", "value": "sint deserunt" }, { "key": "hobby", "value": "minim dolore dolor" }, { "key": "homeAddress1", "value": "id laborum" }, { "key": "homeAddress2", "value": "Ut fugiat" }, { "key": "homeAddress3", "value": "cupidatat et pa" }, { "key": "homeTown", "value": "deserunt aute culpa nulla" }, { "key": "homeCounty", "value": "non ea eiusmod irure" }, { "key": "homePostcode", "value": "aute in nisi reprehenderit" }, { "key": "homeCountry", "value": "sed Excepteur ullamco adipisicing" }, { "key": "homeFaxNumber", "value": "Excep" }, { "key": "homeTelephoneNumber", "value": "nulla ut labore fugiat dolor" }, { "key": "managerName", "value": "commodo" }, { "key": "middleName", "value": "nisi dolor occaecat" }, { "key": "mobileTelephoneNumber", "value": "esse in anim" }, { "key": "nickname", "value": "cupidatat aliqua" }, { "key": "personalHomePage", "value": "in a" }, { "key": "referredBy", "value": "in sunt dolor amet" }, { "key": "salutation", "value": "in esse amet aliquip sunt" }, { "key": "suffix", "value": "anim dolore sint exercitation" }, { "key": "sensitivity", "value": "velit dolore deserunt" }, { "key": "spouse", "value": "elit" }, { "key": "webpage", "value": "consec" }, { "key": "externalReference", "value": "proident dolore id" }, { "key": "linkedInPublicId", "value": "elit" }, { "key": "facebookPublicId", "value": "aliqua sed" }, { "key": "googlePlusPublicId", "value": "sunt Lorem cupidatat" }, { "key": "twitter1PublicId", "value": "mollit in" }, { "key": "reference", "value": "ipsum incididunt mollit tempor" }, { "key": "preferredEmail", "value": "dolore" }, { "key": "preferredPhone", "value": "commod" }, { "key": "address1", "value": "do" }, { "key": "address2", "value": "nisi proident esse occaecat" }, { "key": "address3", "value": "consequat cillum nostrud" }, { "key": "town", "value": "non ut adipisicing" }, { "key": "county", "value": "qui non do dolore" }, { "key": "postcode", "value": "sunt sed" }, { "key": "country", "value": "id dolor qui" }, { "key": "allowContactEmail", "value": "true" }, { "key": "allowContactPhone", "value": "false" }, { "key": "allowContactFax", "value": "false" }, { "key": "allowContactLetter", "value": "true" }, { "key": "connectOptIn", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "dormant", "value": "true" }, { "key": "shortCode", "value": "ullamco" }, { "key": "createdDate", "value": "1964-04-23T07:21:43.528Z" }, { "key": "createdBy", "value": "mollit" }, { "key": "updatedDate", "value": "1950-02-19T14:07:03.482Z" }, { "key": "updatedBy", "value": "sunt laborum proident" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "eiusmod dolor" }, { "key": "setFields", "value": "cillum eiusmod irure s" }, { "key": "setAdditionalFields", "value": "quis dolor" }, { "key": "setAdditionalFields", "value": "do nulla sint velit sunt" }, { "key": "avatarUrl", "value": "labo" } ] }, "url": { "raw": "{{baseUrl}}/aster/contacts", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts" ] } }, "response": [ { "name": "Returns the Contact model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"tempor Duis laborum adipisicing aliqua\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sunt est\",\n \"anniversary\": \"nisi proident par\",\n \"title\": \"dolor exercitation culpa\",\n \"firstName\": \"enim dolor officia ad\",\n \"lastName\": \"commodo amet in eu\",\n \"jobTitle\": \"incididunt fugiat esse velit proident\",\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"assistantName\": \"ex officia voluptate amet\",\n \"assistantTelephoneNumber\": \"magna nostrud sint dolore\",\n \"birthday\": \"nulla tempor nisi mollit\",\n \"businessAddress1\": \"mollit nostrud consequat et\",\n \"businessAddress2\": \"labore Lorem cupidatat qui\",\n \"businessAddress3\": \"ipsum deserunt exercitation aliqua\",\n \"businessTown\": \"anim dolore\",\n \"businessCounty\": \"ea sunt culpa \",\n \"businessPostcode\": \"veniam mollit proident labore laborum\",\n \"businessCountry\": \"eiusmod\",\n \"businessFaxNumber\": \"dolor\",\n \"businessTelephoneNumber\": \"pariatur ut Duis proident\",\n \"department\": \"cupidatat pariatur minim\",\n \"email1Address\": \"eiusmod consectetur ullamco Ut\",\n \"email2Address\": \"eu exercitation sunt cupidatat\",\n \"email3Address\": \"ut magna\",\n \"fullName\": \"ipsum occaecat eiusmod veniam do\",\n \"hobby\": \"laboris aute ad\",\n \"homeAddress1\": \"anim elit\",\n \"homeAddress2\": \"sed eu magna dolor\",\n \"homeAddress3\": \"non ex sit\",\n \"homeTown\": \"laboris incididunt non\",\n \"homeCounty\": \"sint ullamco Ut\",\n \"homePostcode\": \"magna non\",\n \"homeCountry\": \"laborum cupidatat consectetur\",\n \"homeFaxNumber\": \"aliquip minim proident adipisicing\",\n \"homeTelephoneNumber\": \"quis cillum\",\n \"managerName\": \"mollit magna cillum\",\n \"middleName\": \"pariat\",\n \"mobileTelephoneNumber\": \"consequat et velit incididunt\",\n \"nickname\": \"elit\",\n \"personalHomePage\": \"ipsum\",\n \"referredBy\": \"fugiat tempor\",\n \"salutation\": \"nulla Lorem\",\n \"suffix\": \"velit enim\",\n \"sensitivity\": \"consectetur\",\n \"spouse\": \"mollit et dolore esse ad\",\n \"webpage\": \"Lorem mollit\",\n \"externalReference\": \"eu\",\n \"linkedInPublicId\": \"voluptate minim mollit cupidatat\",\n \"facebookPublicId\": \"irure proident laboris\",\n \"googlePlusPublicId\": \"sed\",\n \"twitter1PublicId\": \"eiusmod veniam\",\n \"reference\": \"dolor mollit labore\",\n \"preferredEmail\": \"irure nisi in\",\n \"preferredPhone\": \"non Excepteur dolor\",\n \"address1\": \"pariatur in laboris nostrud officia\",\n \"address2\": \"ipsum\",\n \"address3\": \"tempor ut\",\n \"town\": \"reprehenderit laborum dolore\",\n \"county\": \"in labore velit\",\n \"postcode\": \"enim nisi magna aute\",\n \"country\": \"consequat\",\n \"allowContactEmail\": false,\n \"allowContactPhone\": false,\n \"allowContactFax\": true,\n \"allowContactLetter\": true,\n \"connectOptIn\": true,\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"businessSite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"dormant\": false,\n \"shortCode\": \"dolore laboris\",\n \"createdDate\": \"1979-05-18T16:08:42.347Z\",\n \"createdBy\": \"ad\",\n \"updatedDate\": \"1998-06-14T19:10:18.301Z\",\n \"updatedBy\": \"dolore\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"voluptate magna culpa\",\n \"officia est\"\n ],\n \"setAdditionalFields\": [\n \"cupidatat pariatur\",\n \"deserunt in occaecat laborum in\"\n ],\n \"avatarUrl\": \"do pariatur ut proident\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/contacts/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Contacts V2 Create Or Update Integrated", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "account", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "anniversary", "value": "{\"value\":\"\"}" }, { "key": "title", "value": "{\"value\":\"\"}" }, { "key": "firstName", "value": "{\"value\":\"\"}" }, { "key": "lastName", "value": "{\"value\":\"\"}" }, { "key": "jobTitle", "value": "{\"value\":\"\"}" }, { "key": "owner", "value": "{\"value\":\"\"}" }, { "key": "assistantName", "value": "{\"value\":\"\"}" }, { "key": "assistantTelephoneNumber", "value": "{\"value\":\"\"}" }, { "key": "birthday", "value": "{\"value\":\"\"}" }, { "key": "businessAddress1", "value": "{\"value\":\"\"}" }, { "key": "businessAddress2", "value": "{\"value\":\"\"}" }, { "key": "businessAddress3", "value": "{\"value\":\"\"}" }, { "key": "businessTown", "value": "{\"value\":\"\"}" }, { "key": "businessCounty", "value": "{\"value\":\"\"}" }, { "key": "businessPostcode", "value": "{\"value\":\"\"}" }, { "key": "businessCountry", "value": "{\"value\":\"\"}" }, { "key": "businessFaxNumber", "value": "{\"value\":\"\"}" }, { "key": "businessTelephoneNumber", "value": "{\"value\":\"\"}" }, { "key": "department", "value": "{\"value\":\"\"}" }, { "key": "email1Address", "value": "{\"value\":\"\"}" }, { "key": "email2Address", "value": "{\"value\":\"\"}" }, { "key": "email3Address", "value": "{\"value\":\"\"}" }, { "key": "fullName", "value": "{\"value\":\"\"}" }, { "key": "hobby", "value": "{\"value\":\"\"}" }, { "key": "homeAddress1", "value": "{\"value\":\"\"}" }, { "key": "homeAddress2", "value": "{\"value\":\"\"}" }, { "key": "homeAddress3", "value": "{\"value\":\"\"}" }, { "key": "homeTown", "value": "{\"value\":\"\"}" }, { "key": "homeCounty", "value": "{\"value\":\"\"}" }, { "key": "homePostcode", "value": "{\"value\":\"\"}" }, { "key": "homeCountry", "value": "{\"value\":\"\"}" }, { "key": "homeFaxNumber", "value": "{\"value\":\"\"}" }, { "key": "homeTelephoneNumber", "value": "{\"value\":\"\"}" }, { "key": "managerName", "value": "{\"value\":\"\"}" }, { "key": "middleName", "value": "{\"value\":\"\"}" }, { "key": "mobileTelephoneNumber", "value": "{\"value\":\"\"}" }, { "key": "nickname", "value": "{\"value\":\"\"}" }, { "key": "personalHomePage", "value": "{\"value\":\"\"}" }, { "key": "referredBy", "value": "{\"value\":\"\"}" }, { "key": "salutation", "value": "{\"value\":\"\"}" }, { "key": "suffix", "value": "{\"value\":\"\"}" }, { "key": "sensitivity", "value": "{\"value\":\"\"}" }, { "key": "spouse", "value": "{\"value\":\"\"}" }, { "key": "webpage", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "{\"value\":\"\"}" }, { "key": "linkedInPublicId", "value": "{\"value\":\"\"}" }, { "key": "facebookPublicId", "value": "{\"value\":\"\"}" }, { "key": "googlePlusPublicId", "value": "{\"value\":\"\"}" }, { "key": "twitter1PublicId", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "{\"value\":\"\"}" }, { "key": "preferredEmail", "value": "{\"value\":\"\"}" }, { "key": "preferredPhone", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "{\"value\":\"\"}" }, { "key": "address2", "value": "{\"value\":\"\"}" }, { "key": "address3", "value": "{\"value\":\"\"}" }, { "key": "town", "value": "{\"value\":\"\"}" }, { "key": "county", "value": "{\"value\":\"\"}" }, { "key": "postcode", "value": "{\"value\":\"\"}" }, { "key": "country", "value": "{\"value\":\"\"}" }, { "key": "allowContactEmail", "value": "{\"value\":\"\"}" }, { "key": "allowContactPhone", "value": "{\"value\":\"\"}" }, { "key": "allowContactFax", "value": "{\"value\":\"\"}" }, { "key": "allowContactLetter", "value": "{\"value\":\"\"}" }, { "key": "connectOptIn", "value": "{\"value\":\"\"}" }, { "key": "status", "value": "{\"value\":\"\"}" }, { "key": "businessSite", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "dormant", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "{\"value\":\"\"}" }, { "key": "createdBy", "value": "{\"value\":\"\"}" }, { "key": "updatedDate", "value": "{\"value\":\"\"}" }, { "key": "updatedBy", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "{\"value\":\"\"}" }, { "key": "setAdditionalFields", "value": "{\"value\":\"\"}" }, { "key": "avatarUrl", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "itemId", "value": "{\"value\":\"\"}" }, { "key": "integrationName", "value": "{\"value\":\"\"}" }, { "key": "integrationType", "value": "{\"value\":\"\"}" }, { "key": "integrationId", "value": "{\"value\":\"\"}" }, { "key": "secondaryLink", "value": "{\"value\":\"\"}" }, { "key": "financialEntityId", "value": "{\"value\":\"\"}" }, { "key": "itemType", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "{\"value\":\"\"}" }, { "key": "createdBy", "value": "{\"value\":\"\"}" }, { "key": "updatedDate", "value": "{\"value\":\"\"}" }, { "key": "updatedBy", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "{\"value\":\"\"}" }, { "key": "setAdditionalFields", "value": "{\"value\":\"\"}" }, { "key": "avatarUrl", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/contacts/integrations", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", "integrations" ] } }, "response": [ { "name": "OK", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "account", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "anniversary", "value": "{\"value\":\"\"}" }, { "key": "title", "value": "{\"value\":\"\"}" }, { "key": "firstName", "value": "{\"value\":\"\"}" }, { "key": "lastName", "value": "{\"value\":\"\"}" }, { "key": "jobTitle", "value": "{\"value\":\"\"}" }, { "key": "owner", "value": "{\"value\":\"\"}" }, { "key": "assistantName", "value": "{\"value\":\"\"}" }, { "key": "assistantTelephoneNumber", "value": "{\"value\":\"\"}" }, { "key": "birthday", "value": "{\"value\":\"\"}" }, { "key": "businessAddress1", "value": "{\"value\":\"\"}" }, { "key": "businessAddress2", "value": "{\"value\":\"\"}" }, { "key": "businessAddress3", "value": "{\"value\":\"\"}" }, { "key": "businessTown", "value": "{\"value\":\"\"}" }, { "key": "businessCounty", "value": "{\"value\":\"\"}" }, { "key": "businessPostcode", "value": "{\"value\":\"\"}" }, { "key": "businessCountry", "value": "{\"value\":\"\"}" }, { "key": "businessFaxNumber", "value": "{\"value\":\"\"}" }, { "key": "businessTelephoneNumber", "value": "{\"value\":\"\"}" }, { "key": "department", "value": "{\"value\":\"\"}" }, { "key": "email1Address", "value": "{\"value\":\"\"}" }, { "key": "email2Address", "value": "{\"value\":\"\"}" }, { "key": "email3Address", "value": "{\"value\":\"\"}" }, { "key": "fullName", "value": "{\"value\":\"\"}" }, { "key": "hobby", "value": "{\"value\":\"\"}" }, { "key": "homeAddress1", "value": "{\"value\":\"\"}" }, { "key": "homeAddress2", "value": "{\"value\":\"\"}" }, { "key": "homeAddress3", "value": "{\"value\":\"\"}" }, { "key": "homeTown", "value": "{\"value\":\"\"}" }, { "key": "homeCounty", "value": "{\"value\":\"\"}" }, { "key": "homePostcode", "value": "{\"value\":\"\"}" }, { "key": "homeCountry", "value": "{\"value\":\"\"}" }, { "key": "homeFaxNumber", "value": "{\"value\":\"\"}" }, { "key": "homeTelephoneNumber", "value": "{\"value\":\"\"}" }, { "key": "managerName", "value": "{\"value\":\"\"}" }, { "key": "middleName", "value": "{\"value\":\"\"}" }, { "key": "mobileTelephoneNumber", "value": "{\"value\":\"\"}" }, { "key": "nickname", "value": "{\"value\":\"\"}" }, { "key": "personalHomePage", "value": "{\"value\":\"\"}" }, { "key": "referredBy", "value": "{\"value\":\"\"}" }, { "key": "salutation", "value": "{\"value\":\"\"}" }, { "key": "suffix", "value": "{\"value\":\"\"}" }, { "key": "sensitivity", "value": "{\"value\":\"\"}" }, { "key": "spouse", "value": "{\"value\":\"\"}" }, { "key": "webpage", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "{\"value\":\"\"}" }, { "key": "linkedInPublicId", "value": "{\"value\":\"\"}" }, { "key": "facebookPublicId", "value": "{\"value\":\"\"}" }, { "key": "googlePlusPublicId", "value": "{\"value\":\"\"}" }, { "key": "twitter1PublicId", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "{\"value\":\"\"}" }, { "key": "preferredEmail", "value": "{\"value\":\"\"}" }, { "key": "preferredPhone", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "{\"value\":\"\"}" }, { "key": "address2", "value": "{\"value\":\"\"}" }, { "key": "address3", "value": "{\"value\":\"\"}" }, { "key": "town", "value": "{\"value\":\"\"}" }, { "key": "county", "value": "{\"value\":\"\"}" }, { "key": "postcode", "value": "{\"value\":\"\"}" }, { "key": "country", "value": "{\"value\":\"\"}" }, { "key": "allowContactEmail", "value": "{\"value\":\"\"}" }, { "key": "allowContactPhone", "value": "{\"value\":\"\"}" }, { "key": "allowContactFax", "value": "{\"value\":\"\"}" }, { "key": "allowContactLetter", "value": "{\"value\":\"\"}" }, { "key": "connectOptIn", "value": "{\"value\":\"\"}" }, { "key": "status", "value": "{\"value\":\"\"}" }, { "key": "businessSite", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "dormant", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "{\"value\":\"\"}" }, { "key": "createdBy", "value": "{\"value\":\"\"}" }, { "key": "updatedDate", "value": "{\"value\":\"\"}" }, { "key": "updatedBy", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "{\"value\":\"\"}" }, { "key": "setAdditionalFields", "value": "{\"value\":\"\"}" }, { "key": "avatarUrl", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "itemId", "value": "{\"value\":\"\"}" }, { "key": "integrationName", "value": "{\"value\":\"\"}" }, { "key": "integrationType", "value": "{\"value\":\"\"}" }, { "key": "integrationId", "value": "{\"value\":\"\"}" }, { "key": "secondaryLink", "value": "{\"value\":\"\"}" }, { "key": "financialEntityId", "value": "{\"value\":\"\"}" }, { "key": "itemType", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "{\"value\":\"\"}" }, { "key": "createdBy", "value": "{\"value\":\"\"}" }, { "key": "updatedDate", "value": "{\"value\":\"\"}" }, { "key": "updatedBy", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "{\"value\":\"\"}" }, { "key": "setAdditionalFields", "value": "{\"value\":\"\"}" }, { "key": "avatarUrl", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/contacts/integrations", "host": [ "{{baseUrl}}" ], "path": [ "aster", "contacts", "integrations" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"tempor Duis laborum adipisicing aliqua\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sunt est\",\n \"anniversary\": \"nisi proident par\",\n \"title\": \"dolor exercitation culpa\",\n \"firstName\": \"enim dolor officia ad\",\n \"lastName\": \"commodo amet in eu\",\n \"jobTitle\": \"incididunt fugiat esse velit proident\",\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"assistantName\": \"ex officia voluptate amet\",\n \"assistantTelephoneNumber\": \"magna nostrud sint dolore\",\n \"birthday\": \"nulla tempor nisi mollit\",\n \"businessAddress1\": \"mollit nostrud consequat et\",\n \"businessAddress2\": \"labore Lorem cupidatat qui\",\n \"businessAddress3\": \"ipsum deserunt exercitation aliqua\",\n \"businessTown\": \"anim dolore\",\n \"businessCounty\": \"ea sunt culpa \",\n \"businessPostcode\": \"veniam mollit proident labore laborum\",\n \"businessCountry\": \"eiusmod\",\n \"businessFaxNumber\": \"dolor\",\n \"businessTelephoneNumber\": \"pariatur ut Duis proident\",\n \"department\": \"cupidatat pariatur minim\",\n \"email1Address\": \"eiusmod consectetur ullamco Ut\",\n \"email2Address\": \"eu exercitation sunt cupidatat\",\n \"email3Address\": \"ut magna\",\n \"fullName\": \"ipsum occaecat eiusmod veniam do\",\n \"hobby\": \"laboris aute ad\",\n \"homeAddress1\": \"anim elit\",\n \"homeAddress2\": \"sed eu magna dolor\",\n \"homeAddress3\": \"non ex sit\",\n \"homeTown\": \"laboris incididunt non\",\n \"homeCounty\": \"sint ullamco Ut\",\n \"homePostcode\": \"magna non\",\n \"homeCountry\": \"laborum cupidatat consectetur\",\n \"homeFaxNumber\": \"aliquip minim proident adipisicing\",\n \"homeTelephoneNumber\": \"quis cillum\",\n \"managerName\": \"mollit magna cillum\",\n \"middleName\": \"pariat\",\n \"mobileTelephoneNumber\": \"consequat et velit incididunt\",\n \"nickname\": \"elit\",\n \"personalHomePage\": \"ipsum\",\n \"referredBy\": \"fugiat tempor\",\n \"salutation\": \"nulla Lorem\",\n \"suffix\": \"velit enim\",\n \"sensitivity\": \"consectetur\",\n \"spouse\": \"mollit et dolore esse ad\",\n \"webpage\": \"Lorem mollit\",\n \"externalReference\": \"eu\",\n \"linkedInPublicId\": \"voluptate minim mollit cupidatat\",\n \"facebookPublicId\": \"irure proident laboris\",\n \"googlePlusPublicId\": \"sed\",\n \"twitter1PublicId\": \"eiusmod veniam\",\n \"reference\": \"dolor mollit labore\",\n \"preferredEmail\": \"irure nisi in\",\n \"preferredPhone\": \"non Excepteur dolor\",\n \"address1\": \"pariatur in laboris nostrud officia\",\n \"address2\": \"ipsum\",\n \"address3\": \"tempor ut\",\n \"town\": \"reprehenderit laborum dolore\",\n \"county\": \"in labore velit\",\n \"postcode\": \"enim nisi magna aute\",\n \"country\": \"consequat\",\n \"allowContactEmail\": false,\n \"allowContactPhone\": false,\n \"allowContactFax\": true,\n \"allowContactLetter\": true,\n \"connectOptIn\": true,\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"businessSite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"dormant\": false,\n \"shortCode\": \"dolore laboris\",\n \"createdDate\": \"1979-05-18T16:08:42.347Z\",\n \"createdBy\": \"ad\",\n \"updatedDate\": \"1998-06-14T19:10:18.301Z\",\n \"updatedBy\": \"dolore\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"voluptate magna culpa\",\n \"officia est\"\n ],\n \"setAdditionalFields\": [\n \"cupidatat pariatur\",\n \"deserunt in occaecat laborum in\"\n ],\n \"avatarUrl\": \"do pariatur ut proident\"\n}" } ] } ] }, { "name": "Currencies", "item": [ { "name": "{id}", "item": [ { "name": "Get an Account", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Currency resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Currency resource" } ] } }, "response": [ { "name": "Returns the Currency model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Currency resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"quis in aliqua exercitation occaecat\",\n \"summary\": \"irure sit\",\n \"exchangeRate\": 34452715.211384386,\n \"currencySymbol\": \"amet ea\",\n \"isoCode\": \"irure commodo in\",\n \"defaultTaxCode\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"exclusive\": false,\n \"financialEntity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"externalId\": \"culpa consequat esse\",\n \"shortCode\": \"esse Duis quis\",\n \"createdDate\": \"1961-08-07T00:15:33.793Z\",\n \"createdBy\": \"eu in dolore dolore\",\n \"updatedDate\": \"2014-10-30T09:52:23.627Z\",\n \"updatedBy\": \"enim nulla aliqua\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint Lorem do\",\n \"deserunt dolor\"\n ],\n \"setAdditionalFields\": [\n \"dolore cillum\",\n \"reprehenderit Ut\"\n ],\n \"avatarUrl\": \"veniam voluptate\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Currency resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Currency resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Currency", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "quis in aliqua exercitation occaecat" }, { "key": "summary", "value": "irure sit" }, { "key": "exchangeRate", "value": "34452715.211384386" }, { "key": "currencySymbol", "value": "amet ea" }, { "key": "isoCode", "value": "irure commodo in" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "exclusive", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "externalId", "value": "culpa consequat esse" }, { "key": "shortCode", "value": "esse Duis quis" }, { "key": "createdDate", "value": "1961-08-07T00:15:33.793Z" }, { "key": "createdBy", "value": "eu in dolore dolore" }, { "key": "updatedDate", "value": "2014-10-30T09:52:23.627Z" }, { "key": "updatedBy", "value": "enim nulla aliqua" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint Lorem do" }, { "key": "setFields", "value": "deserunt dolor" }, { "key": "setAdditionalFields", "value": "dolore cillum" }, { "key": "setAdditionalFields", "value": "reprehenderit Ut" }, { "key": "avatarUrl", "value": "veniam voluptate" } ] }, "url": { "raw": "{{baseUrl}}/aster/Currencies/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Currency resource to update" } ] } }, "response": [ { "name": "Returns the Currency model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Currency resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"quis in aliqua exercitation occaecat\",\n \"summary\": \"irure sit\",\n \"exchangeRate\": 34452715.211384386,\n \"currencySymbol\": \"amet ea\",\n \"isoCode\": \"irure commodo in\",\n \"defaultTaxCode\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"exclusive\": false,\n \"financialEntity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"externalId\": \"culpa consequat esse\",\n \"shortCode\": \"esse Duis quis\",\n \"createdDate\": \"1961-08-07T00:15:33.793Z\",\n \"createdBy\": \"eu in dolore dolore\",\n \"updatedDate\": \"2014-10-30T09:52:23.627Z\",\n \"updatedBy\": \"enim nulla aliqua\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint Lorem do\",\n \"deserunt dolor\"\n ],\n \"setAdditionalFields\": [\n \"dolore cillum\",\n \"reprehenderit Ut\"\n ],\n \"avatarUrl\": \"veniam voluptate\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Currency resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Currency resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Currency", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Currency resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Currency resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Currency resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Currency resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Currency", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "quis in aliqua exercitation occaecat" }, { "key": "summary", "value": "irure sit" }, { "key": "exchangeRate", "value": "34452715.211384386" }, { "key": "currencySymbol", "value": "amet ea" }, { "key": "isoCode", "value": "irure commodo in" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "exclusive", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "externalId", "value": "culpa consequat esse" }, { "key": "shortCode", "value": "esse Duis quis" }, { "key": "createdDate", "value": "1961-08-07T00:15:33.793Z" }, { "key": "createdBy", "value": "eu in dolore dolore" }, { "key": "updatedDate", "value": "2014-10-30T09:52:23.627Z" }, { "key": "updatedBy", "value": "enim nulla aliqua" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint Lorem do" }, { "key": "setFields", "value": "deserunt dolor" }, { "key": "setAdditionalFields", "value": "dolore cillum" }, { "key": "setAdditionalFields", "value": "reprehenderit Ut" }, { "key": "avatarUrl", "value": "veniam voluptate" } ] }, "url": { "raw": "{{baseUrl}}/aster/Currencies/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Currency resource to update" } ] } }, "response": [ { "name": "Returns the Currency model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "quis in aliqua exercitation occaecat" }, { "key": "summary", "value": "irure sit" }, { "key": "exchangeRate", "value": "34452715.211384386" }, { "key": "currencySymbol", "value": "amet ea" }, { "key": "isoCode", "value": "irure commodo in" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "exclusive", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "externalId", "value": "culpa consequat esse" }, { "key": "shortCode", "value": "esse Duis quis" }, { "key": "createdDate", "value": "1961-08-07T00:15:33.793Z" }, { "key": "createdBy", "value": "eu in dolore dolore" }, { "key": "updatedDate", "value": "2014-10-30T09:52:23.627Z" }, { "key": "updatedBy", "value": "enim nulla aliqua" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint Lorem do" }, { "key": "setFields", "value": "deserunt dolor" }, { "key": "setAdditionalFields", "value": "dolore cillum" }, { "key": "setAdditionalFields", "value": "reprehenderit Ut" }, { "key": "avatarUrl", "value": "veniam voluptate" } ] }, "url": { "raw": "{{baseUrl}}/aster/Currencies/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Currency resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"quis in aliqua exercitation occaecat\",\n \"summary\": \"irure sit\",\n \"exchangeRate\": 34452715.211384386,\n \"currencySymbol\": \"amet ea\",\n \"isoCode\": \"irure commodo in\",\n \"defaultTaxCode\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"exclusive\": false,\n \"financialEntity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"externalId\": \"culpa consequat esse\",\n \"shortCode\": \"esse Duis quis\",\n \"createdDate\": \"1961-08-07T00:15:33.793Z\",\n \"createdBy\": \"eu in dolore dolore\",\n \"updatedDate\": \"2014-10-30T09:52:23.627Z\",\n \"updatedBy\": \"enim nulla aliqua\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint Lorem do\",\n \"deserunt dolor\"\n ],\n \"setAdditionalFields\": [\n \"dolore cillum\",\n \"reprehenderit Ut\"\n ],\n \"avatarUrl\": \"veniam voluptate\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "quis in aliqua exercitation occaecat" }, { "key": "summary", "value": "irure sit" }, { "key": "exchangeRate", "value": "34452715.211384386" }, { "key": "currencySymbol", "value": "amet ea" }, { "key": "isoCode", "value": "irure commodo in" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "exclusive", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "externalId", "value": "culpa consequat esse" }, { "key": "shortCode", "value": "esse Duis quis" }, { "key": "createdDate", "value": "1961-08-07T00:15:33.793Z" }, { "key": "createdBy", "value": "eu in dolore dolore" }, { "key": "updatedDate", "value": "2014-10-30T09:52:23.627Z" }, { "key": "updatedBy", "value": "enim nulla aliqua" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint Lorem do" }, { "key": "setFields", "value": "deserunt dolor" }, { "key": "setAdditionalFields", "value": "dolore cillum" }, { "key": "setAdditionalFields", "value": "reprehenderit Ut" }, { "key": "avatarUrl", "value": "veniam voluptate" } ] }, "url": { "raw": "{{baseUrl}}/aster/Currencies/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Currency resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "quis in aliqua exercitation occaecat" }, { "key": "summary", "value": "irure sit" }, { "key": "exchangeRate", "value": "34452715.211384386" }, { "key": "currencySymbol", "value": "amet ea" }, { "key": "isoCode", "value": "irure commodo in" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "exclusive", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "externalId", "value": "culpa consequat esse" }, { "key": "shortCode", "value": "esse Duis quis" }, { "key": "createdDate", "value": "1961-08-07T00:15:33.793Z" }, { "key": "createdBy", "value": "eu in dolore dolore" }, { "key": "updatedDate", "value": "2014-10-30T09:52:23.627Z" }, { "key": "updatedBy", "value": "enim nulla aliqua" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint Lorem do" }, { "key": "setFields", "value": "deserunt dolor" }, { "key": "setAdditionalFields", "value": "dolore cillum" }, { "key": "setAdditionalFields", "value": "reprehenderit Ut" }, { "key": "avatarUrl", "value": "veniam voluptate" } ] }, "url": { "raw": "{{baseUrl}}/aster/Currencies/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Currency resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Currencies", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of Currency models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Currency", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in enim Duis" }, { "key": "summary", "value": "irure aute quis est" }, { "key": "exchangeRate", "value": "-69909428.53253266" }, { "key": "currencySymbol", "value": "ea adipisicing minim si" }, { "key": "isoCode", "value": "nulla nostrud no" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "exclusive", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "externalId", "value": "ut incididunt" }, { "key": "shortCode", "value": "enim dolore labore ut" }, { "key": "createdDate", "value": "2007-11-23T22:19:28.159Z" }, { "key": "createdBy", "value": "Duis id nostrud" }, { "key": "updatedDate", "value": "2008-10-09T06:10:44.076Z" }, { "key": "updatedBy", "value": "in irure min" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "amet nostrud veniam" }, { "key": "setFields", "value": "ipsum sed ullamco" }, { "key": "setAdditionalFields", "value": "quis" }, { "key": "setAdditionalFields", "value": "dolore sint dolor magna" }, { "key": "avatarUrl", "value": "in veniam" } ] }, "url": { "raw": "{{baseUrl}}/aster/Currencies", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies" ] } }, "response": [ { "name": "Returns the Currency model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"quis in aliqua exercitation occaecat\",\n \"summary\": \"irure sit\",\n \"exchangeRate\": 34452715.211384386,\n \"currencySymbol\": \"amet ea\",\n \"isoCode\": \"irure commodo in\",\n \"defaultTaxCode\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"exclusive\": false,\n \"financialEntity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"externalId\": \"culpa consequat esse\",\n \"shortCode\": \"esse Duis quis\",\n \"createdDate\": \"1961-08-07T00:15:33.793Z\",\n \"createdBy\": \"eu in dolore dolore\",\n \"updatedDate\": \"2014-10-30T09:52:23.627Z\",\n \"updatedBy\": \"enim nulla aliqua\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint Lorem do\",\n \"deserunt dolor\"\n ],\n \"setAdditionalFields\": [\n \"dolore cillum\",\n \"reprehenderit Ut\"\n ],\n \"avatarUrl\": \"veniam voluptate\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the Currency model", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/Currencies/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "Currencies", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "events", "item": [ { "name": "{event Id}", "item": [ { "name": "products", "item": [ { "name": "{id}", "item": [ { "name": "Get a Product", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Product resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "response": [ { "name": "Returns the Product model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"est ullamco sint minim consequat\",\n \"summary\": \"reprehenderit labore\",\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"code\": \"officia voluptate proident\",\n \"productGroup\": \"ut occaecat mollit\",\n \"price\": 27300592.648050606,\n \"totalPrice\": 21904807.227095485,\n \"quantity\": -73448189.93332751,\n \"earlyBirdDiscountApplies\": false,\n \"event\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"ut deserunt irure\",\n \"createdDate\": \"2002-12-24T14:37:12.934Z\",\n \"createdBy\": \"nulla Lorem est\",\n \"updatedDate\": \"1959-09-10T06:50:41.192Z\",\n \"updatedBy\": \"commodo\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"est sit qui consequat\",\n \"amet mollit aliquip Du\"\n ],\n \"setAdditionalFields\": [\n \"eiusmod\",\n \"fugiat consequat mollit\"\n ],\n \"avatarUrl\": \"Excepteur co\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Product", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "est ullamco sint minim consequat" }, { "key": "summary", "value": "reprehenderit labore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "officia voluptate proident" }, { "key": "productGroup", "value": "ut occaecat mollit" }, { "key": "price", "value": "27300592.648050606" }, { "key": "totalPrice", "value": "21904807.227095485" }, { "key": "quantity", "value": "-73448189.93332751" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "ut deserunt irure" }, { "key": "createdDate", "value": "2002-12-24T14:37:12.934Z" }, { "key": "createdBy", "value": "nulla Lorem est" }, { "key": "updatedDate", "value": "1959-09-10T06:50:41.192Z" }, { "key": "updatedBy", "value": "commodo" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "est sit qui consequat" }, { "key": "setFields", "value": "amet mollit aliquip Du" }, { "key": "setAdditionalFields", "value": "eiusmod" }, { "key": "setAdditionalFields", "value": "fugiat consequat mollit" }, { "key": "avatarUrl", "value": "Excepteur co" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "response": [ { "name": "Returns the Product model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "est ullamco sint minim consequat" }, { "key": "summary", "value": "reprehenderit labore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "officia voluptate proident" }, { "key": "productGroup", "value": "ut occaecat mollit" }, { "key": "price", "value": "27300592.648050606" }, { "key": "totalPrice", "value": "21904807.227095485" }, { "key": "quantity", "value": "-73448189.93332751" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "ut deserunt irure" }, { "key": "createdDate", "value": "2002-12-24T14:37:12.934Z" }, { "key": "createdBy", "value": "nulla Lorem est" }, { "key": "updatedDate", "value": "1959-09-10T06:50:41.192Z" }, { "key": "updatedBy", "value": "commodo" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "est sit qui consequat" }, { "key": "setFields", "value": "amet mollit aliquip Du" }, { "key": "setAdditionalFields", "value": "eiusmod" }, { "key": "setAdditionalFields", "value": "fugiat consequat mollit" }, { "key": "avatarUrl", "value": "Excepteur co" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"est ullamco sint minim consequat\",\n \"summary\": \"reprehenderit labore\",\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"code\": \"officia voluptate proident\",\n \"productGroup\": \"ut occaecat mollit\",\n \"price\": 27300592.648050606,\n \"totalPrice\": 21904807.227095485,\n \"quantity\": -73448189.93332751,\n \"earlyBirdDiscountApplies\": false,\n \"event\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"ut deserunt irure\",\n \"createdDate\": \"2002-12-24T14:37:12.934Z\",\n \"createdBy\": \"nulla Lorem est\",\n \"updatedDate\": \"1959-09-10T06:50:41.192Z\",\n \"updatedBy\": \"commodo\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"est sit qui consequat\",\n \"amet mollit aliquip Du\"\n ],\n \"setAdditionalFields\": [\n \"eiusmod\",\n \"fugiat consequat mollit\"\n ],\n \"avatarUrl\": \"Excepteur co\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "est ullamco sint minim consequat" }, { "key": "summary", "value": "reprehenderit labore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "officia voluptate proident" }, { "key": "productGroup", "value": "ut occaecat mollit" }, { "key": "price", "value": "27300592.648050606" }, { "key": "totalPrice", "value": "21904807.227095485" }, { "key": "quantity", "value": "-73448189.93332751" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "ut deserunt irure" }, { "key": "createdDate", "value": "2002-12-24T14:37:12.934Z" }, { "key": "createdBy", "value": "nulla Lorem est" }, { "key": "updatedDate", "value": "1959-09-10T06:50:41.192Z" }, { "key": "updatedBy", "value": "commodo" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "est sit qui consequat" }, { "key": "setFields", "value": "amet mollit aliquip Du" }, { "key": "setAdditionalFields", "value": "eiusmod" }, { "key": "setAdditionalFields", "value": "fugiat consequat mollit" }, { "key": "avatarUrl", "value": "Excepteur co" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "est ullamco sint minim consequat" }, { "key": "summary", "value": "reprehenderit labore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "officia voluptate proident" }, { "key": "productGroup", "value": "ut occaecat mollit" }, { "key": "price", "value": "27300592.648050606" }, { "key": "totalPrice", "value": "21904807.227095485" }, { "key": "quantity", "value": "-73448189.93332751" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "ut deserunt irure" }, { "key": "createdDate", "value": "2002-12-24T14:37:12.934Z" }, { "key": "createdBy", "value": "nulla Lorem est" }, { "key": "updatedDate", "value": "1959-09-10T06:50:41.192Z" }, { "key": "updatedBy", "value": "commodo" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "est sit qui consequat" }, { "key": "setFields", "value": "amet mollit aliquip Du" }, { "key": "setAdditionalFields", "value": "eiusmod" }, { "key": "setAdditionalFields", "value": "fugiat consequat mollit" }, { "key": "avatarUrl", "value": "Excepteur co" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Product", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially update a Product", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "est ullamco sint minim consequat" }, { "key": "summary", "value": "reprehenderit labore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "officia voluptate proident" }, { "key": "productGroup", "value": "ut occaecat mollit" }, { "key": "price", "value": "27300592.648050606" }, { "key": "totalPrice", "value": "21904807.227095485" }, { "key": "quantity", "value": "-73448189.93332751" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "ut deserunt irure" }, { "key": "createdDate", "value": "2002-12-24T14:37:12.934Z" }, { "key": "createdBy", "value": "nulla Lorem est" }, { "key": "updatedDate", "value": "1959-09-10T06:50:41.192Z" }, { "key": "updatedBy", "value": "commodo" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "est sit qui consequat" }, { "key": "setFields", "value": "amet mollit aliquip Du" }, { "key": "setAdditionalFields", "value": "eiusmod" }, { "key": "setAdditionalFields", "value": "fugiat consequat mollit" }, { "key": "avatarUrl", "value": "Excepteur co" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "response": [ { "name": "Returns the Product model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "est ullamco sint minim consequat" }, { "key": "summary", "value": "reprehenderit labore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "officia voluptate proident" }, { "key": "productGroup", "value": "ut occaecat mollit" }, { "key": "price", "value": "27300592.648050606" }, { "key": "totalPrice", "value": "21904807.227095485" }, { "key": "quantity", "value": "-73448189.93332751" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "ut deserunt irure" }, { "key": "createdDate", "value": "2002-12-24T14:37:12.934Z" }, { "key": "createdBy", "value": "nulla Lorem est" }, { "key": "updatedDate", "value": "1959-09-10T06:50:41.192Z" }, { "key": "updatedBy", "value": "commodo" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "est sit qui consequat" }, { "key": "setFields", "value": "amet mollit aliquip Du" }, { "key": "setAdditionalFields", "value": "eiusmod" }, { "key": "setAdditionalFields", "value": "fugiat consequat mollit" }, { "key": "avatarUrl", "value": "Excepteur co" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"est ullamco sint minim consequat\",\n \"summary\": \"reprehenderit labore\",\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"code\": \"officia voluptate proident\",\n \"productGroup\": \"ut occaecat mollit\",\n \"price\": 27300592.648050606,\n \"totalPrice\": 21904807.227095485,\n \"quantity\": -73448189.93332751,\n \"earlyBirdDiscountApplies\": false,\n \"event\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"ut deserunt irure\",\n \"createdDate\": \"2002-12-24T14:37:12.934Z\",\n \"createdBy\": \"nulla Lorem est\",\n \"updatedDate\": \"1959-09-10T06:50:41.192Z\",\n \"updatedBy\": \"commodo\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"est sit qui consequat\",\n \"amet mollit aliquip Du\"\n ],\n \"setAdditionalFields\": [\n \"eiusmod\",\n \"fugiat consequat mollit\"\n ],\n \"avatarUrl\": \"Excepteur co\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "est ullamco sint minim consequat" }, { "key": "summary", "value": "reprehenderit labore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "officia voluptate proident" }, { "key": "productGroup", "value": "ut occaecat mollit" }, { "key": "price", "value": "27300592.648050606" }, { "key": "totalPrice", "value": "21904807.227095485" }, { "key": "quantity", "value": "-73448189.93332751" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "ut deserunt irure" }, { "key": "createdDate", "value": "2002-12-24T14:37:12.934Z" }, { "key": "createdBy", "value": "nulla Lorem est" }, { "key": "updatedDate", "value": "1959-09-10T06:50:41.192Z" }, { "key": "updatedBy", "value": "commodo" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "est sit qui consequat" }, { "key": "setFields", "value": "amet mollit aliquip Du" }, { "key": "setAdditionalFields", "value": "eiusmod" }, { "key": "setAdditionalFields", "value": "fugiat consequat mollit" }, { "key": "avatarUrl", "value": "Excepteur co" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "est ullamco sint minim consequat" }, { "key": "summary", "value": "reprehenderit labore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "officia voluptate proident" }, { "key": "productGroup", "value": "ut occaecat mollit" }, { "key": "price", "value": "27300592.648050606" }, { "key": "totalPrice", "value": "21904807.227095485" }, { "key": "quantity", "value": "-73448189.93332751" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "ut deserunt irure" }, { "key": "createdDate", "value": "2002-12-24T14:37:12.934Z" }, { "key": "createdBy", "value": "nulla Lorem est" }, { "key": "updatedDate", "value": "1959-09-10T06:50:41.192Z" }, { "key": "updatedBy", "value": "commodo" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "est sit qui consequat" }, { "key": "setFields", "value": "amet mollit aliquip Du" }, { "key": "setAdditionalFields", "value": "eiusmod" }, { "key": "setAdditionalFields", "value": "fugiat consequat mollit" }, { "key": "avatarUrl", "value": "Excepteur co" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Products belonging to an Event", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in ascending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns an array of Profile models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Product", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "id non" }, { "key": "summary", "value": "adipisici" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "sit fugiat" }, { "key": "productGroup", "value": "enim esse aute deserunt" }, { "key": "price", "value": "-58662314.08299854" }, { "key": "totalPrice", "value": "-54365623.70630398" }, { "key": "quantity", "value": "-22649802.96201116" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "adipisicing consectetur cillum laboris" }, { "key": "createdDate", "value": "1947-06-04T16:47:19.768Z" }, { "key": "createdBy", "value": "dolore Excepteur ea" }, { "key": "updatedDate", "value": "2000-01-05T11:56:15.794Z" }, { "key": "updatedBy", "value": "ipsum aute officia" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "elit ut" }, { "key": "setFields", "value": "ex ad proident consectetur dolore" }, { "key": "setAdditionalFields", "value": "est sunt nisi" }, { "key": "setAdditionalFields", "value": "mollit enim velit amet in" }, { "key": "avatarUrl", "value": "dolor proident fugiat" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) Parent Event ID to create the Product against" } ] } }, "response": [ { "name": "Returns the Product model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "est ullamco sint minim consequat" }, { "key": "summary", "value": "reprehenderit labore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "officia voluptate proident" }, { "key": "productGroup", "value": "ut occaecat mollit" }, { "key": "price", "value": "27300592.648050606" }, { "key": "totalPrice", "value": "21904807.227095485" }, { "key": "quantity", "value": "-73448189.93332751" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "ut deserunt irure" }, { "key": "createdDate", "value": "2002-12-24T14:37:12.934Z" }, { "key": "createdBy", "value": "nulla Lorem est" }, { "key": "updatedDate", "value": "1959-09-10T06:50:41.192Z" }, { "key": "updatedBy", "value": "commodo" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "est sit qui consequat" }, { "key": "setFields", "value": "amet mollit aliquip Du" }, { "key": "setAdditionalFields", "value": "eiusmod" }, { "key": "setAdditionalFields", "value": "fugiat consequat mollit" }, { "key": "avatarUrl", "value": "Excepteur co" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) Parent Event ID to create the Product against" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"est ullamco sint minim consequat\",\n \"summary\": \"reprehenderit labore\",\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"code\": \"officia voluptate proident\",\n \"productGroup\": \"ut occaecat mollit\",\n \"price\": 27300592.648050606,\n \"totalPrice\": 21904807.227095485,\n \"quantity\": -73448189.93332751,\n \"earlyBirdDiscountApplies\": false,\n \"event\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"ut deserunt irure\",\n \"createdDate\": \"2002-12-24T14:37:12.934Z\",\n \"createdBy\": \"nulla Lorem est\",\n \"updatedDate\": \"1959-09-10T06:50:41.192Z\",\n \"updatedBy\": \"commodo\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"est sit qui consequat\",\n \"amet mollit aliquip Du\"\n ],\n \"setAdditionalFields\": [\n \"eiusmod\",\n \"fugiat consequat mollit\"\n ],\n \"avatarUrl\": \"Excepteur co\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "est ullamco sint minim consequat" }, { "key": "summary", "value": "reprehenderit labore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "officia voluptate proident" }, { "key": "productGroup", "value": "ut occaecat mollit" }, { "key": "price", "value": "27300592.648050606" }, { "key": "totalPrice", "value": "21904807.227095485" }, { "key": "quantity", "value": "-73448189.93332751" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "ut deserunt irure" }, { "key": "createdDate", "value": "2002-12-24T14:37:12.934Z" }, { "key": "createdBy", "value": "nulla Lorem est" }, { "key": "updatedDate", "value": "1959-09-10T06:50:41.192Z" }, { "key": "updatedBy", "value": "commodo" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "est sit qui consequat" }, { "key": "setFields", "value": "amet mollit aliquip Du" }, { "key": "setAdditionalFields", "value": "eiusmod" }, { "key": "setAdditionalFields", "value": "fugiat consequat mollit" }, { "key": "avatarUrl", "value": "Excepteur co" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) Parent Event ID to create the Product against" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "est ullamco sint minim consequat" }, { "key": "summary", "value": "reprehenderit labore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "officia voluptate proident" }, { "key": "productGroup", "value": "ut occaecat mollit" }, { "key": "price", "value": "27300592.648050606" }, { "key": "totalPrice", "value": "21904807.227095485" }, { "key": "quantity", "value": "-73448189.93332751" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "ut deserunt irure" }, { "key": "createdDate", "value": "2002-12-24T14:37:12.934Z" }, { "key": "createdBy", "value": "nulla Lorem est" }, { "key": "updatedDate", "value": "1959-09-10T06:50:41.192Z" }, { "key": "updatedBy", "value": "commodo" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "est sit qui consequat" }, { "key": "setFields", "value": "amet mollit aliquip Du" }, { "key": "setAdditionalFields", "value": "eiusmod" }, { "key": "setAdditionalFields", "value": "fugiat consequat mollit" }, { "key": "avatarUrl", "value": "Excepteur co" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "products" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) Parent Event ID to create the Product against" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "sessions", "item": [ { "name": "{id}", "item": [ { "name": "Get a Session for an Event", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Session resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) Id of the requested Session's parent Event" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Session resource" } ] } }, "response": [ { "name": "Returns the Session model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) Id of the requested Session's parent Event" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Session resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"n\",\n \"summary\": \"mollit incididunt\",\n \"event\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1952-09-10T13:14:40.880Z\",\n \"endDate\": \"1989-04-18T16:34:13.010Z\",\n \"code\": \"reprehenderit\",\n \"location\": \"cupidatat aute ipsum Excepteur exercitation\",\n \"numberOfPlaces\": -3750529,\n \"numberOfAttendees\": 98135115,\n \"shortCode\": \"aliquip aliqu\",\n \"createdDate\": \"2014-03-20T09:00:15.991Z\",\n \"createdBy\": \"aliqua non\",\n \"updatedDate\": \"1946-12-15T05:29:40.809Z\",\n \"updatedBy\": \"dolor occaecat\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"Ut\",\n \"amet id\"\n ],\n \"setAdditionalFields\": [\n \"ut ullamco sint aliquip\",\n \"aliquip magna eiusmod\"\n ],\n \"avatarUrl\": \"ut minim\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) Id of the requested Session's parent Event" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Session resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) Id of the requested Session's parent Event" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Session resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Session", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "n" }, { "key": "summary", "value": "mollit incididunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1952-09-10T13:14:40.880Z" }, { "key": "endDate", "value": "1989-04-18T16:34:13.010Z" }, { "key": "code", "value": "reprehenderit" }, { "key": "location", "value": "cupidatat aute ipsum Excepteur exercitation" }, { "key": "numberOfPlaces", "value": "-3750529" }, { "key": "numberOfAttendees", "value": "98135115" }, { "key": "shortCode", "value": "aliquip aliqu" }, { "key": "createdDate", "value": "2014-03-20T09:00:15.991Z" }, { "key": "createdBy", "value": "aliqua non" }, { "key": "updatedDate", "value": "1946-12-15T05:29:40.809Z" }, { "key": "updatedBy", "value": "dolor occaecat" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut" }, { "key": "setFields", "value": "amet id" }, { "key": "setAdditionalFields", "value": "ut ullamco sint aliquip" }, { "key": "setAdditionalFields", "value": "aliquip magna eiusmod" }, { "key": "avatarUrl", "value": "ut minim" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) The Id of the Event the Session belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Session resource to update" } ] } }, "response": [ { "name": "Returns the Session model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "n" }, { "key": "summary", "value": "mollit incididunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1952-09-10T13:14:40.880Z" }, { "key": "endDate", "value": "1989-04-18T16:34:13.010Z" }, { "key": "code", "value": "reprehenderit" }, { "key": "location", "value": "cupidatat aute ipsum Excepteur exercitation" }, { "key": "numberOfPlaces", "value": "-3750529" }, { "key": "numberOfAttendees", "value": "98135115" }, { "key": "shortCode", "value": "aliquip aliqu" }, { "key": "createdDate", "value": "2014-03-20T09:00:15.991Z" }, { "key": "createdBy", "value": "aliqua non" }, { "key": "updatedDate", "value": "1946-12-15T05:29:40.809Z" }, { "key": "updatedBy", "value": "dolor occaecat" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut" }, { "key": "setFields", "value": "amet id" }, { "key": "setAdditionalFields", "value": "ut ullamco sint aliquip" }, { "key": "setAdditionalFields", "value": "aliquip magna eiusmod" }, { "key": "avatarUrl", "value": "ut minim" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) The Id of the Event the Session belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Session resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"n\",\n \"summary\": \"mollit incididunt\",\n \"event\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1952-09-10T13:14:40.880Z\",\n \"endDate\": \"1989-04-18T16:34:13.010Z\",\n \"code\": \"reprehenderit\",\n \"location\": \"cupidatat aute ipsum Excepteur exercitation\",\n \"numberOfPlaces\": -3750529,\n \"numberOfAttendees\": 98135115,\n \"shortCode\": \"aliquip aliqu\",\n \"createdDate\": \"2014-03-20T09:00:15.991Z\",\n \"createdBy\": \"aliqua non\",\n \"updatedDate\": \"1946-12-15T05:29:40.809Z\",\n \"updatedBy\": \"dolor occaecat\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"Ut\",\n \"amet id\"\n ],\n \"setAdditionalFields\": [\n \"ut ullamco sint aliquip\",\n \"aliquip magna eiusmod\"\n ],\n \"avatarUrl\": \"ut minim\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "n" }, { "key": "summary", "value": "mollit incididunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1952-09-10T13:14:40.880Z" }, { "key": "endDate", "value": "1989-04-18T16:34:13.010Z" }, { "key": "code", "value": "reprehenderit" }, { "key": "location", "value": "cupidatat aute ipsum Excepteur exercitation" }, { "key": "numberOfPlaces", "value": "-3750529" }, { "key": "numberOfAttendees", "value": "98135115" }, { "key": "shortCode", "value": "aliquip aliqu" }, { "key": "createdDate", "value": "2014-03-20T09:00:15.991Z" }, { "key": "createdBy", "value": "aliqua non" }, { "key": "updatedDate", "value": "1946-12-15T05:29:40.809Z" }, { "key": "updatedBy", "value": "dolor occaecat" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut" }, { "key": "setFields", "value": "amet id" }, { "key": "setAdditionalFields", "value": "ut ullamco sint aliquip" }, { "key": "setAdditionalFields", "value": "aliquip magna eiusmod" }, { "key": "avatarUrl", "value": "ut minim" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) The Id of the Event the Session belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Session resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "n" }, { "key": "summary", "value": "mollit incididunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1952-09-10T13:14:40.880Z" }, { "key": "endDate", "value": "1989-04-18T16:34:13.010Z" }, { "key": "code", "value": "reprehenderit" }, { "key": "location", "value": "cupidatat aute ipsum Excepteur exercitation" }, { "key": "numberOfPlaces", "value": "-3750529" }, { "key": "numberOfAttendees", "value": "98135115" }, { "key": "shortCode", "value": "aliquip aliqu" }, { "key": "createdDate", "value": "2014-03-20T09:00:15.991Z" }, { "key": "createdBy", "value": "aliqua non" }, { "key": "updatedDate", "value": "1946-12-15T05:29:40.809Z" }, { "key": "updatedBy", "value": "dolor occaecat" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut" }, { "key": "setFields", "value": "amet id" }, { "key": "setAdditionalFields", "value": "ut ullamco sint aliquip" }, { "key": "setAdditionalFields", "value": "aliquip magna eiusmod" }, { "key": "avatarUrl", "value": "ut minim" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) The Id of the Event the Session belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Session resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Session", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) The Id of the Event the Session belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Session resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) The Id of the Event the Session belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Session resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) The Id of the Event the Session belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Session resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) The Id of the Event the Session belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Session resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially update a Session", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "n" }, { "key": "summary", "value": "mollit incididunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1952-09-10T13:14:40.880Z" }, { "key": "endDate", "value": "1989-04-18T16:34:13.010Z" }, { "key": "code", "value": "reprehenderit" }, { "key": "location", "value": "cupidatat aute ipsum Excepteur exercitation" }, { "key": "numberOfPlaces", "value": "-3750529" }, { "key": "numberOfAttendees", "value": "98135115" }, { "key": "shortCode", "value": "aliquip aliqu" }, { "key": "createdDate", "value": "2014-03-20T09:00:15.991Z" }, { "key": "createdBy", "value": "aliqua non" }, { "key": "updatedDate", "value": "1946-12-15T05:29:40.809Z" }, { "key": "updatedBy", "value": "dolor occaecat" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut" }, { "key": "setFields", "value": "amet id" }, { "key": "setAdditionalFields", "value": "ut ullamco sint aliquip" }, { "key": "setAdditionalFields", "value": "aliquip magna eiusmod" }, { "key": "avatarUrl", "value": "ut minim" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) The Id of the Event the Session belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Session resource to update" } ] } }, "response": [ { "name": "Returns the Session model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "n" }, { "key": "summary", "value": "mollit incididunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1952-09-10T13:14:40.880Z" }, { "key": "endDate", "value": "1989-04-18T16:34:13.010Z" }, { "key": "code", "value": "reprehenderit" }, { "key": "location", "value": "cupidatat aute ipsum Excepteur exercitation" }, { "key": "numberOfPlaces", "value": "-3750529" }, { "key": "numberOfAttendees", "value": "98135115" }, { "key": "shortCode", "value": "aliquip aliqu" }, { "key": "createdDate", "value": "2014-03-20T09:00:15.991Z" }, { "key": "createdBy", "value": "aliqua non" }, { "key": "updatedDate", "value": "1946-12-15T05:29:40.809Z" }, { "key": "updatedBy", "value": "dolor occaecat" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut" }, { "key": "setFields", "value": "amet id" }, { "key": "setAdditionalFields", "value": "ut ullamco sint aliquip" }, { "key": "setAdditionalFields", "value": "aliquip magna eiusmod" }, { "key": "avatarUrl", "value": "ut minim" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) The Id of the Event the Session belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Session resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"n\",\n \"summary\": \"mollit incididunt\",\n \"event\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1952-09-10T13:14:40.880Z\",\n \"endDate\": \"1989-04-18T16:34:13.010Z\",\n \"code\": \"reprehenderit\",\n \"location\": \"cupidatat aute ipsum Excepteur exercitation\",\n \"numberOfPlaces\": -3750529,\n \"numberOfAttendees\": 98135115,\n \"shortCode\": \"aliquip aliqu\",\n \"createdDate\": \"2014-03-20T09:00:15.991Z\",\n \"createdBy\": \"aliqua non\",\n \"updatedDate\": \"1946-12-15T05:29:40.809Z\",\n \"updatedBy\": \"dolor occaecat\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"Ut\",\n \"amet id\"\n ],\n \"setAdditionalFields\": [\n \"ut ullamco sint aliquip\",\n \"aliquip magna eiusmod\"\n ],\n \"avatarUrl\": \"ut minim\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "n" }, { "key": "summary", "value": "mollit incididunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1952-09-10T13:14:40.880Z" }, { "key": "endDate", "value": "1989-04-18T16:34:13.010Z" }, { "key": "code", "value": "reprehenderit" }, { "key": "location", "value": "cupidatat aute ipsum Excepteur exercitation" }, { "key": "numberOfPlaces", "value": "-3750529" }, { "key": "numberOfAttendees", "value": "98135115" }, { "key": "shortCode", "value": "aliquip aliqu" }, { "key": "createdDate", "value": "2014-03-20T09:00:15.991Z" }, { "key": "createdBy", "value": "aliqua non" }, { "key": "updatedDate", "value": "1946-12-15T05:29:40.809Z" }, { "key": "updatedBy", "value": "dolor occaecat" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut" }, { "key": "setFields", "value": "amet id" }, { "key": "setAdditionalFields", "value": "ut ullamco sint aliquip" }, { "key": "setAdditionalFields", "value": "aliquip magna eiusmod" }, { "key": "avatarUrl", "value": "ut minim" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) The Id of the Event the Session belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Session resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "n" }, { "key": "summary", "value": "mollit incididunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1952-09-10T13:14:40.880Z" }, { "key": "endDate", "value": "1989-04-18T16:34:13.010Z" }, { "key": "code", "value": "reprehenderit" }, { "key": "location", "value": "cupidatat aute ipsum Excepteur exercitation" }, { "key": "numberOfPlaces", "value": "-3750529" }, { "key": "numberOfAttendees", "value": "98135115" }, { "key": "shortCode", "value": "aliquip aliqu" }, { "key": "createdDate", "value": "2014-03-20T09:00:15.991Z" }, { "key": "createdBy", "value": "aliqua non" }, { "key": "updatedDate", "value": "1946-12-15T05:29:40.809Z" }, { "key": "updatedBy", "value": "dolor occaecat" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut" }, { "key": "setFields", "value": "amet id" }, { "key": "setAdditionalFields", "value": "ut ullamco sint aliquip" }, { "key": "setAdditionalFields", "value": "aliquip magna eiusmod" }, { "key": "avatarUrl", "value": "ut minim" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions", ":id" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) The Id of the Event the Session belongs to" }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Session resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Sessions belonging to an Event", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in ascending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns an array of Profile models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Session", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "qui culpa" }, { "key": "summary", "value": "laborum laboris sed" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1995-11-02T13:34:15.300Z" }, { "key": "endDate", "value": "1965-10-05T19:40:16.752Z" }, { "key": "code", "value": "mollit tempor enim culpa" }, { "key": "location", "value": "eiusmod" }, { "key": "numberOfPlaces", "value": "-46004193" }, { "key": "numberOfAttendees", "value": "-53063514" }, { "key": "shortCode", "value": "ipsum sit occaecat" }, { "key": "createdDate", "value": "1968-12-16T12:24:36.252Z" }, { "key": "createdBy", "value": "velit ullamco" }, { "key": "updatedDate", "value": "1982-03-20T01:36:43.213Z" }, { "key": "updatedBy", "value": "veniam laboris" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "adipisicing exercitation" }, { "key": "setFields", "value": "aliquip in" }, { "key": "setAdditionalFields", "value": "reprehenderit cillum consectetur" }, { "key": "setAdditionalFields", "value": "veniam in nisi" }, { "key": "avatarUrl", "value": "aliquip non ipsum aute" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) Parent Event ID to create the Session against" } ] } }, "response": [ { "name": "Returns the Session model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "n" }, { "key": "summary", "value": "mollit incididunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1952-09-10T13:14:40.880Z" }, { "key": "endDate", "value": "1989-04-18T16:34:13.010Z" }, { "key": "code", "value": "reprehenderit" }, { "key": "location", "value": "cupidatat aute ipsum Excepteur exercitation" }, { "key": "numberOfPlaces", "value": "-3750529" }, { "key": "numberOfAttendees", "value": "98135115" }, { "key": "shortCode", "value": "aliquip aliqu" }, { "key": "createdDate", "value": "2014-03-20T09:00:15.991Z" }, { "key": "createdBy", "value": "aliqua non" }, { "key": "updatedDate", "value": "1946-12-15T05:29:40.809Z" }, { "key": "updatedBy", "value": "dolor occaecat" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut" }, { "key": "setFields", "value": "amet id" }, { "key": "setAdditionalFields", "value": "ut ullamco sint aliquip" }, { "key": "setAdditionalFields", "value": "aliquip magna eiusmod" }, { "key": "avatarUrl", "value": "ut minim" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) Parent Event ID to create the Session against" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"n\",\n \"summary\": \"mollit incididunt\",\n \"event\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1952-09-10T13:14:40.880Z\",\n \"endDate\": \"1989-04-18T16:34:13.010Z\",\n \"code\": \"reprehenderit\",\n \"location\": \"cupidatat aute ipsum Excepteur exercitation\",\n \"numberOfPlaces\": -3750529,\n \"numberOfAttendees\": 98135115,\n \"shortCode\": \"aliquip aliqu\",\n \"createdDate\": \"2014-03-20T09:00:15.991Z\",\n \"createdBy\": \"aliqua non\",\n \"updatedDate\": \"1946-12-15T05:29:40.809Z\",\n \"updatedBy\": \"dolor occaecat\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"Ut\",\n \"amet id\"\n ],\n \"setAdditionalFields\": [\n \"ut ullamco sint aliquip\",\n \"aliquip magna eiusmod\"\n ],\n \"avatarUrl\": \"ut minim\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "n" }, { "key": "summary", "value": "mollit incididunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1952-09-10T13:14:40.880Z" }, { "key": "endDate", "value": "1989-04-18T16:34:13.010Z" }, { "key": "code", "value": "reprehenderit" }, { "key": "location", "value": "cupidatat aute ipsum Excepteur exercitation" }, { "key": "numberOfPlaces", "value": "-3750529" }, { "key": "numberOfAttendees", "value": "98135115" }, { "key": "shortCode", "value": "aliquip aliqu" }, { "key": "createdDate", "value": "2014-03-20T09:00:15.991Z" }, { "key": "createdBy", "value": "aliqua non" }, { "key": "updatedDate", "value": "1946-12-15T05:29:40.809Z" }, { "key": "updatedBy", "value": "dolor occaecat" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut" }, { "key": "setFields", "value": "amet id" }, { "key": "setAdditionalFields", "value": "ut ullamco sint aliquip" }, { "key": "setAdditionalFields", "value": "aliquip magna eiusmod" }, { "key": "avatarUrl", "value": "ut minim" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) Parent Event ID to create the Session against" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "n" }, { "key": "summary", "value": "mollit incididunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1952-09-10T13:14:40.880Z" }, { "key": "endDate", "value": "1989-04-18T16:34:13.010Z" }, { "key": "code", "value": "reprehenderit" }, { "key": "location", "value": "cupidatat aute ipsum Excepteur exercitation" }, { "key": "numberOfPlaces", "value": "-3750529" }, { "key": "numberOfAttendees", "value": "98135115" }, { "key": "shortCode", "value": "aliquip aliqu" }, { "key": "createdDate", "value": "2014-03-20T09:00:15.991Z" }, { "key": "createdBy", "value": "aliqua non" }, { "key": "updatedDate", "value": "1946-12-15T05:29:40.809Z" }, { "key": "updatedBy", "value": "dolor occaecat" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut" }, { "key": "setFields", "value": "amet id" }, { "key": "setAdditionalFields", "value": "ut ullamco sint aliquip" }, { "key": "setAdditionalFields", "value": "aliquip magna eiusmod" }, { "key": "avatarUrl", "value": "ut minim" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:eventId/sessions", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "sessions" ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) Parent Event ID to create the Session against" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Attendees booked onto to an Event", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/attendees?pageSize=47272084&pageNumber=47272084&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "attendees" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in ascending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns an array of EventAttendee models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/attendees?pageSize=47272084&pageNumber=47272084&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "attendees" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:eventId/attendees?pageSize=47272084&pageNumber=47272084&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":eventId", "attendees" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "eventId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "sessions", "item": [ { "name": "{session Id}", "item": [ { "name": "products", "item": [ { "name": "{id}", "item": [ { "name": "Get a Session Product", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Product resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "response": [ { "name": "Returns the Product model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"sint sit elit\",\n \"summary\": \"et Lorem quis\",\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"code\": \"minim incididunt nulla dolor qui\",\n \"productGroup\": \"non Ut incididunt\",\n \"price\": -47442200.823482804,\n \"totalPrice\": -86448889.69104047,\n \"quantity\": 8646638.70857121,\n \"earlyBirdDiscountApplies\": false,\n \"session\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"createdDate\": \"1957-06-20T04:24:07.780Z\",\n \"createdBy\": \"aliquip laboris do elit dolore\",\n \"updatedDate\": \"1996-07-21T23:28:34.254Z\",\n \"updatedBy\": \"Excepteur cillum\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"labore sed quis\",\n \"aliquip est non esse in\"\n ],\n \"setAdditionalFields\": [\n \"aliquip irure consequat\",\n \"nostrud dolor sunt\"\n ],\n \"avatarUrl\": \"dolore\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Product", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "sint sit elit" }, { "key": "summary", "value": "et Lorem quis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "minim incididunt nulla dolor qui" }, { "key": "productGroup", "value": "non Ut incididunt" }, { "key": "price", "value": "-47442200.823482804" }, { "key": "totalPrice", "value": "-86448889.69104047" }, { "key": "quantity", "value": "8646638.70857121" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "1957-06-20T04:24:07.780Z" }, { "key": "createdBy", "value": "aliquip laboris do elit dolore" }, { "key": "updatedDate", "value": "1996-07-21T23:28:34.254Z" }, { "key": "updatedBy", "value": "Excepteur cillum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "labore sed quis" }, { "key": "setFields", "value": "aliquip est non esse in" }, { "key": "setAdditionalFields", "value": "aliquip irure consequat" }, { "key": "setAdditionalFields", "value": "nostrud dolor sunt" }, { "key": "avatarUrl", "value": "dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "response": [ { "name": "Returns the Product model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "sint sit elit" }, { "key": "summary", "value": "et Lorem quis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "minim incididunt nulla dolor qui" }, { "key": "productGroup", "value": "non Ut incididunt" }, { "key": "price", "value": "-47442200.823482804" }, { "key": "totalPrice", "value": "-86448889.69104047" }, { "key": "quantity", "value": "8646638.70857121" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "1957-06-20T04:24:07.780Z" }, { "key": "createdBy", "value": "aliquip laboris do elit dolore" }, { "key": "updatedDate", "value": "1996-07-21T23:28:34.254Z" }, { "key": "updatedBy", "value": "Excepteur cillum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "labore sed quis" }, { "key": "setFields", "value": "aliquip est non esse in" }, { "key": "setAdditionalFields", "value": "aliquip irure consequat" }, { "key": "setAdditionalFields", "value": "nostrud dolor sunt" }, { "key": "avatarUrl", "value": "dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"sint sit elit\",\n \"summary\": \"et Lorem quis\",\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"code\": \"minim incididunt nulla dolor qui\",\n \"productGroup\": \"non Ut incididunt\",\n \"price\": -47442200.823482804,\n \"totalPrice\": -86448889.69104047,\n \"quantity\": 8646638.70857121,\n \"earlyBirdDiscountApplies\": false,\n \"session\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"createdDate\": \"1957-06-20T04:24:07.780Z\",\n \"createdBy\": \"aliquip laboris do elit dolore\",\n \"updatedDate\": \"1996-07-21T23:28:34.254Z\",\n \"updatedBy\": \"Excepteur cillum\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"labore sed quis\",\n \"aliquip est non esse in\"\n ],\n \"setAdditionalFields\": [\n \"aliquip irure consequat\",\n \"nostrud dolor sunt\"\n ],\n \"avatarUrl\": \"dolore\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "sint sit elit" }, { "key": "summary", "value": "et Lorem quis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "minim incididunt nulla dolor qui" }, { "key": "productGroup", "value": "non Ut incididunt" }, { "key": "price", "value": "-47442200.823482804" }, { "key": "totalPrice", "value": "-86448889.69104047" }, { "key": "quantity", "value": "8646638.70857121" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "1957-06-20T04:24:07.780Z" }, { "key": "createdBy", "value": "aliquip laboris do elit dolore" }, { "key": "updatedDate", "value": "1996-07-21T23:28:34.254Z" }, { "key": "updatedBy", "value": "Excepteur cillum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "labore sed quis" }, { "key": "setFields", "value": "aliquip est non esse in" }, { "key": "setAdditionalFields", "value": "aliquip irure consequat" }, { "key": "setAdditionalFields", "value": "nostrud dolor sunt" }, { "key": "avatarUrl", "value": "dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "sint sit elit" }, { "key": "summary", "value": "et Lorem quis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "minim incididunt nulla dolor qui" }, { "key": "productGroup", "value": "non Ut incididunt" }, { "key": "price", "value": "-47442200.823482804" }, { "key": "totalPrice", "value": "-86448889.69104047" }, { "key": "quantity", "value": "8646638.70857121" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "1957-06-20T04:24:07.780Z" }, { "key": "createdBy", "value": "aliquip laboris do elit dolore" }, { "key": "updatedDate", "value": "1996-07-21T23:28:34.254Z" }, { "key": "updatedBy", "value": "Excepteur cillum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "labore sed quis" }, { "key": "setFields", "value": "aliquip est non esse in" }, { "key": "setAdditionalFields", "value": "aliquip irure consequat" }, { "key": "setAdditionalFields", "value": "nostrud dolor sunt" }, { "key": "avatarUrl", "value": "dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Product", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially update a Product", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "sint sit elit" }, { "key": "summary", "value": "et Lorem quis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "minim incididunt nulla dolor qui" }, { "key": "productGroup", "value": "non Ut incididunt" }, { "key": "price", "value": "-47442200.823482804" }, { "key": "totalPrice", "value": "-86448889.69104047" }, { "key": "quantity", "value": "8646638.70857121" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "1957-06-20T04:24:07.780Z" }, { "key": "createdBy", "value": "aliquip laboris do elit dolore" }, { "key": "updatedDate", "value": "1996-07-21T23:28:34.254Z" }, { "key": "updatedBy", "value": "Excepteur cillum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "labore sed quis" }, { "key": "setFields", "value": "aliquip est non esse in" }, { "key": "setAdditionalFields", "value": "aliquip irure consequat" }, { "key": "setAdditionalFields", "value": "nostrud dolor sunt" }, { "key": "avatarUrl", "value": "dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "response": [ { "name": "Returns the Product model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "sint sit elit" }, { "key": "summary", "value": "et Lorem quis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "minim incididunt nulla dolor qui" }, { "key": "productGroup", "value": "non Ut incididunt" }, { "key": "price", "value": "-47442200.823482804" }, { "key": "totalPrice", "value": "-86448889.69104047" }, { "key": "quantity", "value": "8646638.70857121" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "1957-06-20T04:24:07.780Z" }, { "key": "createdBy", "value": "aliquip laboris do elit dolore" }, { "key": "updatedDate", "value": "1996-07-21T23:28:34.254Z" }, { "key": "updatedBy", "value": "Excepteur cillum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "labore sed quis" }, { "key": "setFields", "value": "aliquip est non esse in" }, { "key": "setAdditionalFields", "value": "aliquip irure consequat" }, { "key": "setAdditionalFields", "value": "nostrud dolor sunt" }, { "key": "avatarUrl", "value": "dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"sint sit elit\",\n \"summary\": \"et Lorem quis\",\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"code\": \"minim incididunt nulla dolor qui\",\n \"productGroup\": \"non Ut incididunt\",\n \"price\": -47442200.823482804,\n \"totalPrice\": -86448889.69104047,\n \"quantity\": 8646638.70857121,\n \"earlyBirdDiscountApplies\": false,\n \"session\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"createdDate\": \"1957-06-20T04:24:07.780Z\",\n \"createdBy\": \"aliquip laboris do elit dolore\",\n \"updatedDate\": \"1996-07-21T23:28:34.254Z\",\n \"updatedBy\": \"Excepteur cillum\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"labore sed quis\",\n \"aliquip est non esse in\"\n ],\n \"setAdditionalFields\": [\n \"aliquip irure consequat\",\n \"nostrud dolor sunt\"\n ],\n \"avatarUrl\": \"dolore\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "sint sit elit" }, { "key": "summary", "value": "et Lorem quis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "minim incididunt nulla dolor qui" }, { "key": "productGroup", "value": "non Ut incididunt" }, { "key": "price", "value": "-47442200.823482804" }, { "key": "totalPrice", "value": "-86448889.69104047" }, { "key": "quantity", "value": "8646638.70857121" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "1957-06-20T04:24:07.780Z" }, { "key": "createdBy", "value": "aliquip laboris do elit dolore" }, { "key": "updatedDate", "value": "1996-07-21T23:28:34.254Z" }, { "key": "updatedBy", "value": "Excepteur cillum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "labore sed quis" }, { "key": "setFields", "value": "aliquip est non esse in" }, { "key": "setAdditionalFields", "value": "aliquip irure consequat" }, { "key": "setAdditionalFields", "value": "nostrud dolor sunt" }, { "key": "avatarUrl", "value": "dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "sint sit elit" }, { "key": "summary", "value": "et Lorem quis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "minim incididunt nulla dolor qui" }, { "key": "productGroup", "value": "non Ut incididunt" }, { "key": "price", "value": "-47442200.823482804" }, { "key": "totalPrice", "value": "-86448889.69104047" }, { "key": "quantity", "value": "8646638.70857121" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "1957-06-20T04:24:07.780Z" }, { "key": "createdBy", "value": "aliquip laboris do elit dolore" }, { "key": "updatedDate", "value": "1996-07-21T23:28:34.254Z" }, { "key": "updatedBy", "value": "Excepteur cillum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "labore sed quis" }, { "key": "setFields", "value": "aliquip est non esse in" }, { "key": "setAdditionalFields", "value": "aliquip irure consequat" }, { "key": "setAdditionalFields", "value": "nostrud dolor sunt" }, { "key": "avatarUrl", "value": "dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products", ":id" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Products belonging to an Event Session", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in ascending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns an array of Session Product models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Product", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "Ut eu Lorem irure" }, { "key": "summary", "value": "ut sit nostrud" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "do consectetur qui" }, { "key": "productGroup", "value": "Lorem dolor" }, { "key": "price", "value": "77105362.00923705" }, { "key": "totalPrice", "value": "50157239.82034284" }, { "key": "quantity", "value": "47190507.62588307" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "1966-12-09T18:26:00.477Z" }, { "key": "createdBy", "value": "quis" }, { "key": "updatedDate", "value": "1982-11-02T04:56:35.639Z" }, { "key": "updatedBy", "value": "ex laboris nostrud reprehenderit voluptate" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "magna laboris " }, { "key": "setFields", "value": "aliqua eu" }, { "key": "setAdditionalFields", "value": "pariatur Lorem" }, { "key": "setAdditionalFields", "value": "anim proident dolore" }, { "key": "avatarUrl", "value": "non ea sunt" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) Parent Event Session ID to create the Product against" } ] } }, "response": [ { "name": "Returns the Product model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "sint sit elit" }, { "key": "summary", "value": "et Lorem quis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "minim incididunt nulla dolor qui" }, { "key": "productGroup", "value": "non Ut incididunt" }, { "key": "price", "value": "-47442200.823482804" }, { "key": "totalPrice", "value": "-86448889.69104047" }, { "key": "quantity", "value": "8646638.70857121" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "1957-06-20T04:24:07.780Z" }, { "key": "createdBy", "value": "aliquip laboris do elit dolore" }, { "key": "updatedDate", "value": "1996-07-21T23:28:34.254Z" }, { "key": "updatedBy", "value": "Excepteur cillum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "labore sed quis" }, { "key": "setFields", "value": "aliquip est non esse in" }, { "key": "setAdditionalFields", "value": "aliquip irure consequat" }, { "key": "setAdditionalFields", "value": "nostrud dolor sunt" }, { "key": "avatarUrl", "value": "dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) Parent Event Session ID to create the Product against" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"sint sit elit\",\n \"summary\": \"et Lorem quis\",\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"code\": \"minim incididunt nulla dolor qui\",\n \"productGroup\": \"non Ut incididunt\",\n \"price\": -47442200.823482804,\n \"totalPrice\": -86448889.69104047,\n \"quantity\": 8646638.70857121,\n \"earlyBirdDiscountApplies\": false,\n \"session\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"createdDate\": \"1957-06-20T04:24:07.780Z\",\n \"createdBy\": \"aliquip laboris do elit dolore\",\n \"updatedDate\": \"1996-07-21T23:28:34.254Z\",\n \"updatedBy\": \"Excepteur cillum\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"labore sed quis\",\n \"aliquip est non esse in\"\n ],\n \"setAdditionalFields\": [\n \"aliquip irure consequat\",\n \"nostrud dolor sunt\"\n ],\n \"avatarUrl\": \"dolore\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "sint sit elit" }, { "key": "summary", "value": "et Lorem quis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "minim incididunt nulla dolor qui" }, { "key": "productGroup", "value": "non Ut incididunt" }, { "key": "price", "value": "-47442200.823482804" }, { "key": "totalPrice", "value": "-86448889.69104047" }, { "key": "quantity", "value": "8646638.70857121" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "1957-06-20T04:24:07.780Z" }, { "key": "createdBy", "value": "aliquip laboris do elit dolore" }, { "key": "updatedDate", "value": "1996-07-21T23:28:34.254Z" }, { "key": "updatedBy", "value": "Excepteur cillum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "labore sed quis" }, { "key": "setFields", "value": "aliquip est non esse in" }, { "key": "setAdditionalFields", "value": "aliquip irure consequat" }, { "key": "setAdditionalFields", "value": "nostrud dolor sunt" }, { "key": "avatarUrl", "value": "dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) Parent Event Session ID to create the Product against" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "sint sit elit" }, { "key": "summary", "value": "et Lorem quis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "code", "value": "minim incididunt nulla dolor qui" }, { "key": "productGroup", "value": "non Ut incididunt" }, { "key": "price", "value": "-47442200.823482804" }, { "key": "totalPrice", "value": "-86448889.69104047" }, { "key": "quantity", "value": "8646638.70857121" }, { "key": "earlyBirdDiscountApplies", "value": "false" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "createdDate", "value": "1957-06-20T04:24:07.780Z" }, { "key": "createdBy", "value": "aliquip laboris do elit dolore" }, { "key": "updatedDate", "value": "1996-07-21T23:28:34.254Z" }, { "key": "updatedBy", "value": "Excepteur cillum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "labore sed quis" }, { "key": "setFields", "value": "aliquip est non esse in" }, { "key": "setAdditionalFields", "value": "aliquip irure consequat" }, { "key": "setAdditionalFields", "value": "nostrud dolor sunt" }, { "key": "avatarUrl", "value": "dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "products" ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) Parent Event Session ID to create the Product against" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Attendees booked onto to a Session", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/attendees?pageSize=47272084&pageNumber=47272084&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "attendees" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in ascending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns an array of SessionAttendee models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/attendees?pageSize=47272084&pageNumber=47272084&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "attendees" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/:sessionId/attendees?pageSize=47272084&pageNumber=47272084&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", ":sessionId", "attendees" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "sessionId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get the meta data for the Session resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get the meta data for the Attendee resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/attendees/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", "attendees", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/attendees/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", "attendees", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/attendees/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", "attendees", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get the meta data for the Session Product resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/products/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", "products", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/products/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", "products", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/sessions/products/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "sessions", "products", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded successfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements", "item": [ { "name": "Returns a list of Agreements for an Event.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event to get the Agreements for." } ] } }, "response": [ { "name": "Agreements have been retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event to get the Agreements for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event to get the Agreements for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event to get the Agreements for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an eSign agreement", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "files", "value": "commodo ullamco aliquip", "description": "(Required) " }, { "key": "files", "value": "deserunt dolore sunt", "description": "(Required) " }, { "key": "name", "value": "enim dolor qui sunt", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "externalSocialAuthenticationId", "value": "Lorem aliqua", "description": "(Required) " }, { "key": "comments", "value": "nostrud elit commodo" }, { "key": "completeInOrder", "value": "true" }, { "key": "frequency", "value": "{\"value\":\"\"}" }, { "key": "delay", "value": "{\"value\":\"\"}" }, { "key": "showOnPortal", "value": "true" }, { "key": "requiresTwoFactor", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Event" } ] } }, "response": [ { "name": "Agreement submited to signature Provider succesfully.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Event" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Event" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Event" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Event not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Event" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get an Event", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true&subLists=officia in &subLists=ut aute aliquip", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Event resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "officia in ", "description": "Comma separated list of sub-lists to include in the response. Available sub-lists: sessions, products" }, { "key": "subLists", "value": "ut aute aliquip", "description": "Comma separated list of sub-lists to include in the response. Available sub-lists: sessions, products" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Event resource" } ] } }, "response": [ { "name": "Returns the Event model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Event resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"sessions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"products\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"commodo esse irure Ut\",\n \"summary\": \"sed dolor consectetur sunt\",\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"value\": -25386189.32900247,\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1943-03-16T06:55:09.362Z\",\n \"endDate\": \"1992-09-26T00:21:48.986Z\",\n \"reference\": \"esse incididunt\",\n \"externalReference\": \"anim minim esse velit elit\",\n \"address1\": \"quis\",\n \"address2\": \"Lorem laborum dolor\",\n \"address3\": \"Duis reprehenderit\",\n \"town\": \"nostrud laborum qui reprehenderit\",\n \"county\": \"ullamco nisi\",\n \"postcode\": \"Excepteur pariatur\",\n \"country\": \"occaecat officia l\",\n \"numberOfPlaces\": -4095934,\n \"numberOfAttendees\": -85331534,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"occaecat commodo fugiat sint\",\n \"createdDate\": \"1942-05-02T02:34:04.837Z\",\n \"createdBy\": \"consequat Duis culpa\",\n \"updatedDate\": \"1951-10-10T10:56:13.256Z\",\n \"updatedBy\": \"eiusmod sunt\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"dolor non irure\",\n \"est Duis\"\n ],\n \"setAdditionalFields\": [\n \"ut sunt sit\",\n \"fugiat sit laborum occaecat commodo\"\n ],\n \"avatarUrl\": \"commodo\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Event resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Event resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update an Event", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "commodo" }, { "key": "summary", "value": "dolor tempor nisi" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "3879622.815666288" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "2009-12-13T03:45:15.604Z" }, { "key": "endDate", "value": "2010-12-27T21:02:50.254Z" }, { "key": "reference", "value": "fugiat deserunt esse" }, { "key": "externalReference", "value": "mollit aute" }, { "key": "address1", "value": "ex pariatur incididunt in" }, { "key": "address2", "value": "consectetur nostrud te" }, { "key": "address3", "value": "deserunt" }, { "key": "town", "value": "minim elit labore ex in" }, { "key": "county", "value": "labore " }, { "key": "postcode", "value": "est in laborum do occaecat" }, { "key": "country", "value": "Excepteur ad" }, { "key": "numberOfPlaces", "value": "48786388" }, { "key": "numberOfAttendees", "value": "33747942" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "" }, { "key": "createdDate", "value": "1949-05-31T20:01:22.980Z" }, { "key": "createdBy", "value": "proident do tempor ut eu" }, { "key": "updatedDate", "value": "1952-05-24T07:24:26.056Z" }, { "key": "updatedBy", "value": "elit reprehenderit in occaecat enim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "in aute ut" }, { "key": "setFields", "value": "elit sunt nisi in Lorem" }, { "key": "setAdditionalFields", "value": "exercitation in deserunt sint dolore" }, { "key": "setAdditionalFields", "value": "occaecat ut" }, { "key": "avatarUrl", "value": "aliquip deserunt non ea" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event resource to update" } ] } }, "response": [ { "name": "Returns the Event model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nisi mollit eu" }, { "key": "summary", "value": "sunt aute m" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "26376376.74879843" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1963-02-25T05:45:48.477Z" }, { "key": "endDate", "value": "2006-12-11T01:35:04.198Z" }, { "key": "reference", "value": "in" }, { "key": "externalReference", "value": "tempor" }, { "key": "address1", "value": "ut enim" }, { "key": "address2", "value": "ullamco in irure" }, { "key": "address3", "value": "enim eiusmod consectetur" }, { "key": "town", "value": "amet sunt cillum voluptate" }, { "key": "county", "value": "ea sunt dolor adipisicing" }, { "key": "postcode", "value": "enim magna sit dolore" }, { "key": "country", "value": "sunt in cillum" }, { "key": "numberOfPlaces", "value": "88102629" }, { "key": "numberOfAttendees", "value": "-39052886" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "aliqua occaecat in" }, { "key": "createdDate", "value": "1949-04-29T05:11:10.317Z" }, { "key": "createdBy", "value": "voluptate " }, { "key": "updatedDate", "value": "2000-01-19T03:17:59.242Z" }, { "key": "updatedBy", "value": "magna" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat nostru" }, { "key": "setFields", "value": "deserunt nisi" }, { "key": "setAdditionalFields", "value": "v" }, { "key": "setAdditionalFields", "value": "culpa Ut" }, { "key": "avatarUrl", "value": "ullamc" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"nisi mollit eu\",\n \"summary\": \"sunt aute m\",\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"value\": 26376376.74879843,\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1963-02-25T05:45:48.477Z\",\n \"endDate\": \"2006-12-11T01:35:04.198Z\",\n \"reference\": \"in\",\n \"externalReference\": \"tempor\",\n \"address1\": \"ut enim\",\n \"address2\": \"ullamco in irure\",\n \"address3\": \"enim eiusmod consectetur\",\n \"town\": \"amet sunt cillum voluptate\",\n \"county\": \"ea sunt dolor adipisicing\",\n \"postcode\": \"enim magna sit dolore\",\n \"country\": \"sunt in cillum\",\n \"numberOfPlaces\": 88102629,\n \"numberOfAttendees\": -39052886,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"aliqua occaecat in\",\n \"createdDate\": \"1949-04-29T05:11:10.317Z\",\n \"createdBy\": \"voluptate \",\n \"updatedDate\": \"2000-01-19T03:17:59.242Z\",\n \"updatedBy\": \"magna\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"consequat nostru\",\n \"deserunt nisi\"\n ],\n \"setAdditionalFields\": [\n \"v\",\n \"culpa Ut\"\n ],\n \"avatarUrl\": \"ullamc\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nisi mollit eu" }, { "key": "summary", "value": "sunt aute m" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "26376376.74879843" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1963-02-25T05:45:48.477Z" }, { "key": "endDate", "value": "2006-12-11T01:35:04.198Z" }, { "key": "reference", "value": "in" }, { "key": "externalReference", "value": "tempor" }, { "key": "address1", "value": "ut enim" }, { "key": "address2", "value": "ullamco in irure" }, { "key": "address3", "value": "enim eiusmod consectetur" }, { "key": "town", "value": "amet sunt cillum voluptate" }, { "key": "county", "value": "ea sunt dolor adipisicing" }, { "key": "postcode", "value": "enim magna sit dolore" }, { "key": "country", "value": "sunt in cillum" }, { "key": "numberOfPlaces", "value": "88102629" }, { "key": "numberOfAttendees", "value": "-39052886" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "aliqua occaecat in" }, { "key": "createdDate", "value": "1949-04-29T05:11:10.317Z" }, { "key": "createdBy", "value": "voluptate " }, { "key": "updatedDate", "value": "2000-01-19T03:17:59.242Z" }, { "key": "updatedBy", "value": "magna" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat nostru" }, { "key": "setFields", "value": "deserunt nisi" }, { "key": "setAdditionalFields", "value": "v" }, { "key": "setAdditionalFields", "value": "culpa Ut" }, { "key": "avatarUrl", "value": "ullamc" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nisi mollit eu" }, { "key": "summary", "value": "sunt aute m" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "26376376.74879843" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1963-02-25T05:45:48.477Z" }, { "key": "endDate", "value": "2006-12-11T01:35:04.198Z" }, { "key": "reference", "value": "in" }, { "key": "externalReference", "value": "tempor" }, { "key": "address1", "value": "ut enim" }, { "key": "address2", "value": "ullamco in irure" }, { "key": "address3", "value": "enim eiusmod consectetur" }, { "key": "town", "value": "amet sunt cillum voluptate" }, { "key": "county", "value": "ea sunt dolor adipisicing" }, { "key": "postcode", "value": "enim magna sit dolore" }, { "key": "country", "value": "sunt in cillum" }, { "key": "numberOfPlaces", "value": "88102629" }, { "key": "numberOfAttendees", "value": "-39052886" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "aliqua occaecat in" }, { "key": "createdDate", "value": "1949-04-29T05:11:10.317Z" }, { "key": "createdBy", "value": "voluptate " }, { "key": "updatedDate", "value": "2000-01-19T03:17:59.242Z" }, { "key": "updatedBy", "value": "magna" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat nostru" }, { "key": "setFields", "value": "deserunt nisi" }, { "key": "setAdditionalFields", "value": "v" }, { "key": "setAdditionalFields", "value": "culpa Ut" }, { "key": "avatarUrl", "value": "ullamc" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete an Event", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially update an Event", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nisi mollit eu" }, { "key": "summary", "value": "sunt aute m" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "26376376.74879843" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1963-02-25T05:45:48.477Z" }, { "key": "endDate", "value": "2006-12-11T01:35:04.198Z" }, { "key": "reference", "value": "in" }, { "key": "externalReference", "value": "tempor" }, { "key": "address1", "value": "ut enim" }, { "key": "address2", "value": "ullamco in irure" }, { "key": "address3", "value": "enim eiusmod consectetur" }, { "key": "town", "value": "amet sunt cillum voluptate" }, { "key": "county", "value": "ea sunt dolor adipisicing" }, { "key": "postcode", "value": "enim magna sit dolore" }, { "key": "country", "value": "sunt in cillum" }, { "key": "numberOfPlaces", "value": "88102629" }, { "key": "numberOfAttendees", "value": "-39052886" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "aliqua occaecat in" }, { "key": "createdDate", "value": "1949-04-29T05:11:10.317Z" }, { "key": "createdBy", "value": "voluptate " }, { "key": "updatedDate", "value": "2000-01-19T03:17:59.242Z" }, { "key": "updatedBy", "value": "magna" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat nostru" }, { "key": "setFields", "value": "deserunt nisi" }, { "key": "setAdditionalFields", "value": "v" }, { "key": "setAdditionalFields", "value": "culpa Ut" }, { "key": "avatarUrl", "value": "ullamc" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event resource to update" } ] } }, "response": [ { "name": "Returns the Event model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nisi mollit eu" }, { "key": "summary", "value": "sunt aute m" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "26376376.74879843" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1963-02-25T05:45:48.477Z" }, { "key": "endDate", "value": "2006-12-11T01:35:04.198Z" }, { "key": "reference", "value": "in" }, { "key": "externalReference", "value": "tempor" }, { "key": "address1", "value": "ut enim" }, { "key": "address2", "value": "ullamco in irure" }, { "key": "address3", "value": "enim eiusmod consectetur" }, { "key": "town", "value": "amet sunt cillum voluptate" }, { "key": "county", "value": "ea sunt dolor adipisicing" }, { "key": "postcode", "value": "enim magna sit dolore" }, { "key": "country", "value": "sunt in cillum" }, { "key": "numberOfPlaces", "value": "88102629" }, { "key": "numberOfAttendees", "value": "-39052886" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "aliqua occaecat in" }, { "key": "createdDate", "value": "1949-04-29T05:11:10.317Z" }, { "key": "createdBy", "value": "voluptate " }, { "key": "updatedDate", "value": "2000-01-19T03:17:59.242Z" }, { "key": "updatedBy", "value": "magna" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat nostru" }, { "key": "setFields", "value": "deserunt nisi" }, { "key": "setAdditionalFields", "value": "v" }, { "key": "setAdditionalFields", "value": "culpa Ut" }, { "key": "avatarUrl", "value": "ullamc" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"nisi mollit eu\",\n \"summary\": \"sunt aute m\",\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"value\": 26376376.74879843,\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1963-02-25T05:45:48.477Z\",\n \"endDate\": \"2006-12-11T01:35:04.198Z\",\n \"reference\": \"in\",\n \"externalReference\": \"tempor\",\n \"address1\": \"ut enim\",\n \"address2\": \"ullamco in irure\",\n \"address3\": \"enim eiusmod consectetur\",\n \"town\": \"amet sunt cillum voluptate\",\n \"county\": \"ea sunt dolor adipisicing\",\n \"postcode\": \"enim magna sit dolore\",\n \"country\": \"sunt in cillum\",\n \"numberOfPlaces\": 88102629,\n \"numberOfAttendees\": -39052886,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"aliqua occaecat in\",\n \"createdDate\": \"1949-04-29T05:11:10.317Z\",\n \"createdBy\": \"voluptate \",\n \"updatedDate\": \"2000-01-19T03:17:59.242Z\",\n \"updatedBy\": \"magna\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"consequat nostru\",\n \"deserunt nisi\"\n ],\n \"setAdditionalFields\": [\n \"v\",\n \"culpa Ut\"\n ],\n \"avatarUrl\": \"ullamc\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nisi mollit eu" }, { "key": "summary", "value": "sunt aute m" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "26376376.74879843" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1963-02-25T05:45:48.477Z" }, { "key": "endDate", "value": "2006-12-11T01:35:04.198Z" }, { "key": "reference", "value": "in" }, { "key": "externalReference", "value": "tempor" }, { "key": "address1", "value": "ut enim" }, { "key": "address2", "value": "ullamco in irure" }, { "key": "address3", "value": "enim eiusmod consectetur" }, { "key": "town", "value": "amet sunt cillum voluptate" }, { "key": "county", "value": "ea sunt dolor adipisicing" }, { "key": "postcode", "value": "enim magna sit dolore" }, { "key": "country", "value": "sunt in cillum" }, { "key": "numberOfPlaces", "value": "88102629" }, { "key": "numberOfAttendees", "value": "-39052886" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "aliqua occaecat in" }, { "key": "createdDate", "value": "1949-04-29T05:11:10.317Z" }, { "key": "createdBy", "value": "voluptate " }, { "key": "updatedDate", "value": "2000-01-19T03:17:59.242Z" }, { "key": "updatedBy", "value": "magna" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat nostru" }, { "key": "setFields", "value": "deserunt nisi" }, { "key": "setAdditionalFields", "value": "v" }, { "key": "setAdditionalFields", "value": "culpa Ut" }, { "key": "avatarUrl", "value": "ullamc" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nisi mollit eu" }, { "key": "summary", "value": "sunt aute m" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "26376376.74879843" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1963-02-25T05:45:48.477Z" }, { "key": "endDate", "value": "2006-12-11T01:35:04.198Z" }, { "key": "reference", "value": "in" }, { "key": "externalReference", "value": "tempor" }, { "key": "address1", "value": "ut enim" }, { "key": "address2", "value": "ullamco in irure" }, { "key": "address3", "value": "enim eiusmod consectetur" }, { "key": "town", "value": "amet sunt cillum voluptate" }, { "key": "county", "value": "ea sunt dolor adipisicing" }, { "key": "postcode", "value": "enim magna sit dolore" }, { "key": "country", "value": "sunt in cillum" }, { "key": "numberOfPlaces", "value": "88102629" }, { "key": "numberOfAttendees", "value": "-39052886" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "aliqua occaecat in" }, { "key": "createdDate", "value": "1949-04-29T05:11:10.317Z" }, { "key": "createdBy", "value": "voluptate " }, { "key": "updatedDate", "value": "2000-01-19T03:17:59.242Z" }, { "key": "updatedBy", "value": "magna" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat nostru" }, { "key": "setFields", "value": "deserunt nisi" }, { "key": "setAdditionalFields", "value": "v" }, { "key": "setAdditionalFields", "value": "culpa Ut" }, { "key": "avatarUrl", "value": "ullamc" } ] }, "url": { "raw": "{{baseUrl}}/aster/events/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Event resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns the specified event information.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/eventinformation", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "eventinformation" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Event" } ] } }, "response": [ { "name": "Returns the event information model for the requested event.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/eventinformation", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "eventinformation" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Event" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"nulla enim proident aliquip\",\n \"fields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"assets\": {\n \"eventImage\": {\n \"value\": \"\"\n },\n \"eventImageThumbnail\": {\n \"value\": \"\"\n },\n \"joiningInstructions\": {\n \"value\": \"\"\n },\n \"map\": {\n \"value\": \"\"\n },\n \"dietaryRequirements\": {\n \"value\": \"\"\n },\n \"brochure\": {\n \"value\": \"\"\n },\n \"additionalAsset1\": {\n \"value\": \"\"\n },\n \"additionalAsset2\": {\n \"value\": \"\"\n },\n \"additionalAsset3\": {\n \"value\": \"\"\n },\n \"additionalAsset4\": {\n \"value\": \"\"\n },\n \"additionalAsset5\": {\n \"value\": \"\"\n },\n \"additionalAsset6\": {\n \"value\": \"\"\n }\n }\n}" }, { "name": "Bad request.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/eventinformation", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "eventinformation" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Event" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/eventinformation", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "eventinformation" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Event" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Event not found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/:id/eventinformation", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", ":id", "eventinformation" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Event" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Events", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&subLists=officia in &subLists=ut aute aliquip", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma separated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in ascending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "officia in ", "description": "Comma separated list of sub-lists to include in the response. Available sub-lists: sessions, products" }, { "key": "subLists", "value": "ut aute aliquip", "description": "Comma separated list of sub-lists to include in the response. Available sub-lists: sessions, products" } ] } }, "response": [ { "name": "Returns an array of Profile models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&subLists=voluptate Excepteur&subLists=reprehenderit in fugiat", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "subLists", "value": "voluptate Excepteur" }, { "key": "subLists", "value": "reprehenderit in fugiat" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an Event", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "sessions", "value": "{\"value\":\"\"}" }, { "key": "sessions", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "commodo Ut quis" }, { "key": "summary", "value": "ipsum irure" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "6164665.346262142" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1962-04-25T15:03:19.344Z" }, { "key": "endDate", "value": "1990-08-08T13:59:27.487Z" }, { "key": "reference", "value": "sed Duis consequat" }, { "key": "externalReference", "value": "consequat tempor" }, { "key": "address1", "value": "dolor occaecat esse exercitation" }, { "key": "address2", "value": "commodo nisi anim dolore" }, { "key": "address3", "value": "amet exercitation adipisicing sint" }, { "key": "town", "value": "labore cupidatat eiusmod occaecat" }, { "key": "county", "value": "voluptate" }, { "key": "postcode", "value": "ad cillum" }, { "key": "country", "value": "ut l" }, { "key": "numberOfPlaces", "value": "-24094437" }, { "key": "numberOfAttendees", "value": "55507359" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "labore anim ullamco" }, { "key": "createdDate", "value": "1956-06-28T17:27:56.334Z" }, { "key": "createdBy", "value": "laborum ut amet" }, { "key": "updatedDate", "value": "1966-06-28T09:04:08.922Z" }, { "key": "updatedBy", "value": "incididunt deserunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ad aute aliqu" }, { "key": "setFields", "value": "officia" }, { "key": "setAdditionalFields", "value": "id elit nulla" }, { "key": "setAdditionalFields", "value": "sit" }, { "key": "avatarUrl", "value": "in enim" } ] }, "url": { "raw": "{{baseUrl}}/aster/events", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events" ] } }, "response": [ { "name": "Returns the Event model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "sessions", "value": "{\"value\":\"\"}" }, { "key": "sessions", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "commodo esse irure Ut" }, { "key": "summary", "value": "sed dolor consectetur sunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "-25386189.32900247" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1943-03-16T06:55:09.362Z" }, { "key": "endDate", "value": "1992-09-26T00:21:48.986Z" }, { "key": "reference", "value": "esse incididunt" }, { "key": "externalReference", "value": "anim minim esse velit elit" }, { "key": "address1", "value": "quis" }, { "key": "address2", "value": "Lorem laborum dolor" }, { "key": "address3", "value": "Duis reprehenderit" }, { "key": "town", "value": "nostrud laborum qui reprehenderit" }, { "key": "county", "value": "ullamco nisi" }, { "key": "postcode", "value": "Excepteur pariatur" }, { "key": "country", "value": "occaecat officia l" }, { "key": "numberOfPlaces", "value": "-4095934" }, { "key": "numberOfAttendees", "value": "-85331534" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "occaecat commodo fugiat sint" }, { "key": "createdDate", "value": "1942-05-02T02:34:04.837Z" }, { "key": "createdBy", "value": "consequat Duis culpa" }, { "key": "updatedDate", "value": "1951-10-10T10:56:13.256Z" }, { "key": "updatedBy", "value": "eiusmod sunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolor non irure" }, { "key": "setFields", "value": "est Duis" }, { "key": "setAdditionalFields", "value": "ut sunt sit" }, { "key": "setAdditionalFields", "value": "fugiat sit laborum occaecat commodo" }, { "key": "avatarUrl", "value": "commodo" } ] }, "url": { "raw": "{{baseUrl}}/aster/events", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"sessions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"products\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"commodo esse irure Ut\",\n \"summary\": \"sed dolor consectetur sunt\",\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"value\": -25386189.32900247,\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1943-03-16T06:55:09.362Z\",\n \"endDate\": \"1992-09-26T00:21:48.986Z\",\n \"reference\": \"esse incididunt\",\n \"externalReference\": \"anim minim esse velit elit\",\n \"address1\": \"quis\",\n \"address2\": \"Lorem laborum dolor\",\n \"address3\": \"Duis reprehenderit\",\n \"town\": \"nostrud laborum qui reprehenderit\",\n \"county\": \"ullamco nisi\",\n \"postcode\": \"Excepteur pariatur\",\n \"country\": \"occaecat officia l\",\n \"numberOfPlaces\": -4095934,\n \"numberOfAttendees\": -85331534,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"occaecat commodo fugiat sint\",\n \"createdDate\": \"1942-05-02T02:34:04.837Z\",\n \"createdBy\": \"consequat Duis culpa\",\n \"updatedDate\": \"1951-10-10T10:56:13.256Z\",\n \"updatedBy\": \"eiusmod sunt\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"dolor non irure\",\n \"est Duis\"\n ],\n \"setAdditionalFields\": [\n \"ut sunt sit\",\n \"fugiat sit laborum occaecat commodo\"\n ],\n \"avatarUrl\": \"commodo\"\n}" }, { "name": "Request saved with errors. See SessionResults or ProductResults", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "sessions", "value": "{\"value\":\"\"}" }, { "key": "sessions", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "commodo esse irure Ut" }, { "key": "summary", "value": "sed dolor consectetur sunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "-25386189.32900247" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1943-03-16T06:55:09.362Z" }, { "key": "endDate", "value": "1992-09-26T00:21:48.986Z" }, { "key": "reference", "value": "esse incididunt" }, { "key": "externalReference", "value": "anim minim esse velit elit" }, { "key": "address1", "value": "quis" }, { "key": "address2", "value": "Lorem laborum dolor" }, { "key": "address3", "value": "Duis reprehenderit" }, { "key": "town", "value": "nostrud laborum qui reprehenderit" }, { "key": "county", "value": "ullamco nisi" }, { "key": "postcode", "value": "Excepteur pariatur" }, { "key": "country", "value": "occaecat officia l" }, { "key": "numberOfPlaces", "value": "-4095934" }, { "key": "numberOfAttendees", "value": "-85331534" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "occaecat commodo fugiat sint" }, { "key": "createdDate", "value": "1942-05-02T02:34:04.837Z" }, { "key": "createdBy", "value": "consequat Duis culpa" }, { "key": "updatedDate", "value": "1951-10-10T10:56:13.256Z" }, { "key": "updatedBy", "value": "eiusmod sunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolor non irure" }, { "key": "setFields", "value": "est Duis" }, { "key": "setAdditionalFields", "value": "ut sunt sit" }, { "key": "setAdditionalFields", "value": "fugiat sit laborum occaecat commodo" }, { "key": "avatarUrl", "value": "commodo" } ] }, "url": { "raw": "{{baseUrl}}/aster/events", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events" ] } }, "status": "Multi-Status (WebDAV) (RFC 4918)", "code": 207, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"sessions\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"products\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"commodo esse irure Ut\",\n \"summary\": \"sed dolor consectetur sunt\",\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"value\": -25386189.32900247,\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1943-03-16T06:55:09.362Z\",\n \"endDate\": \"1992-09-26T00:21:48.986Z\",\n \"reference\": \"esse incididunt\",\n \"externalReference\": \"anim minim esse velit elit\",\n \"address1\": \"quis\",\n \"address2\": \"Lorem laborum dolor\",\n \"address3\": \"Duis reprehenderit\",\n \"town\": \"nostrud laborum qui reprehenderit\",\n \"county\": \"ullamco nisi\",\n \"postcode\": \"Excepteur pariatur\",\n \"country\": \"occaecat officia l\",\n \"numberOfPlaces\": -4095934,\n \"numberOfAttendees\": -85331534,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"shortCode\": \"occaecat commodo fugiat sint\",\n \"createdDate\": \"1942-05-02T02:34:04.837Z\",\n \"createdBy\": \"consequat Duis culpa\",\n \"updatedDate\": \"1951-10-10T10:56:13.256Z\",\n \"updatedBy\": \"eiusmod sunt\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"dolor non irure\",\n \"est Duis\"\n ],\n \"setAdditionalFields\": [\n \"ut sunt sit\",\n \"fugiat sit laborum occaecat commodo\"\n ],\n \"avatarUrl\": \"commodo\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "sessions", "value": "{\"value\":\"\"}" }, { "key": "sessions", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "commodo esse irure Ut" }, { "key": "summary", "value": "sed dolor consectetur sunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "-25386189.32900247" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1943-03-16T06:55:09.362Z" }, { "key": "endDate", "value": "1992-09-26T00:21:48.986Z" }, { "key": "reference", "value": "esse incididunt" }, { "key": "externalReference", "value": "anim minim esse velit elit" }, { "key": "address1", "value": "quis" }, { "key": "address2", "value": "Lorem laborum dolor" }, { "key": "address3", "value": "Duis reprehenderit" }, { "key": "town", "value": "nostrud laborum qui reprehenderit" }, { "key": "county", "value": "ullamco nisi" }, { "key": "postcode", "value": "Excepteur pariatur" }, { "key": "country", "value": "occaecat officia l" }, { "key": "numberOfPlaces", "value": "-4095934" }, { "key": "numberOfAttendees", "value": "-85331534" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "occaecat commodo fugiat sint" }, { "key": "createdDate", "value": "1942-05-02T02:34:04.837Z" }, { "key": "createdBy", "value": "consequat Duis culpa" }, { "key": "updatedDate", "value": "1951-10-10T10:56:13.256Z" }, { "key": "updatedBy", "value": "eiusmod sunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolor non irure" }, { "key": "setFields", "value": "est Duis" }, { "key": "setAdditionalFields", "value": "ut sunt sit" }, { "key": "setAdditionalFields", "value": "fugiat sit laborum occaecat commodo" }, { "key": "avatarUrl", "value": "commodo" } ] }, "url": { "raw": "{{baseUrl}}/aster/events", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "sessions", "value": "{\"value\":\"\"}" }, { "key": "sessions", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "products", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "commodo esse irure Ut" }, { "key": "summary", "value": "sed dolor consectetur sunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "-25386189.32900247" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1943-03-16T06:55:09.362Z" }, { "key": "endDate", "value": "1992-09-26T00:21:48.986Z" }, { "key": "reference", "value": "esse incididunt" }, { "key": "externalReference", "value": "anim minim esse velit elit" }, { "key": "address1", "value": "quis" }, { "key": "address2", "value": "Lorem laborum dolor" }, { "key": "address3", "value": "Duis reprehenderit" }, { "key": "town", "value": "nostrud laborum qui reprehenderit" }, { "key": "county", "value": "ullamco nisi" }, { "key": "postcode", "value": "Excepteur pariatur" }, { "key": "country", "value": "occaecat officia l" }, { "key": "numberOfPlaces", "value": "-4095934" }, { "key": "numberOfAttendees", "value": "-85331534" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "occaecat commodo fugiat sint" }, { "key": "createdDate", "value": "1942-05-02T02:34:04.837Z" }, { "key": "createdBy", "value": "consequat Duis culpa" }, { "key": "updatedDate", "value": "1951-10-10T10:56:13.256Z" }, { "key": "updatedBy", "value": "eiusmod sunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolor non irure" }, { "key": "setFields", "value": "est Duis" }, { "key": "setAdditionalFields", "value": "ut sunt sit" }, { "key": "setAdditionalFields", "value": "fugiat sit laborum occaecat commodo" }, { "key": "avatarUrl", "value": "commodo" } ] }, "url": { "raw": "{{baseUrl}}/aster/events", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get the meta data for the Attendee resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/attendees/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "attendees", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/attendees/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "attendees", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/attendees/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "attendees", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get the meta data for the Product resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/products/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "products", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/products/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "products", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/products/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "products", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get the meta data for the Event resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/events/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "events", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "eventmessages", "item": [ { "name": "Insert a message for an event.", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "jobId", "value": "enim" }, { "key": "taskId", "value": "do quis" }, { "key": "sourceId", "value": "mollit Ut consequat ut dolore" }, { "key": "jobType", "value": "magna tempor et veniam" }, { "key": "taskType", "value": "occaecat amet sed tempor minim" }, { "key": "raisedDate", "value": "1962-10-20T21:55:58.503Z" }, { "key": "durationSeconds", "value": "-67698303" }, { "key": "messageStatus", "value": "2383258" }, { "key": "message", "value": "sunt enim" }, { "key": "details", "value": "laborum exercitation " }, { "key": "skipped", "value": "false" }, { "key": "id", "value": "exercitation in Duis" } ] }, "url": { "raw": "{{baseUrl}}/aster/eventmessages", "host": [ "{{baseUrl}}" ], "path": [ "aster", "eventmessages" ] } }, "response": [ { "name": "Creates Event Message returns created", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "jobId", "value": "enim" }, { "key": "taskId", "value": "do quis" }, { "key": "sourceId", "value": "mollit Ut consequat ut dolore" }, { "key": "jobType", "value": "magna tempor et veniam" }, { "key": "taskType", "value": "occaecat amet sed tempor minim" }, { "key": "raisedDate", "value": "1962-10-20T21:55:58.503Z" }, { "key": "durationSeconds", "value": "-67698303" }, { "key": "messageStatus", "value": "2383258" }, { "key": "message", "value": "sunt enim" }, { "key": "details", "value": "laborum exercitation " }, { "key": "skipped", "value": "false" }, { "key": "id", "value": "exercitation in Duis" } ] }, "url": { "raw": "{{baseUrl}}/aster/eventmessages", "host": [ "{{baseUrl}}" ], "path": [ "aster", "eventmessages" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"jobId\": \"sed officia culpa\",\n \"taskId\": \"dolor reprehenderit\",\n \"sourceId\": \"Duis dolore voluptate quis eni\",\n \"jobType\": \"anim culpa eu ali\",\n \"taskType\": \"adipisicing quis minim\",\n \"raisedDate\": \"1964-03-29T00:20:18.394Z\",\n \"raisedDateDisplay\": \"in voluptate incididunt\",\n \"durationSeconds\": -8007539,\n \"messageStatus\": -95645302,\n \"message\": \"consequat eiusmod minim laborum\",\n \"details\": \"occaecat aliquip mollit\",\n \"skipped\": true,\n \"isFailure\": false,\n \"id\": \"incid\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "jobId", "value": "enim" }, { "key": "taskId", "value": "do quis" }, { "key": "sourceId", "value": "mollit Ut consequat ut dolore" }, { "key": "jobType", "value": "magna tempor et veniam" }, { "key": "taskType", "value": "occaecat amet sed tempor minim" }, { "key": "raisedDate", "value": "1962-10-20T21:55:58.503Z" }, { "key": "durationSeconds", "value": "-67698303" }, { "key": "messageStatus", "value": "2383258" }, { "key": "message", "value": "sunt enim" }, { "key": "details", "value": "laborum exercitation " }, { "key": "skipped", "value": "false" }, { "key": "id", "value": "exercitation in Duis" } ] }, "url": { "raw": "{{baseUrl}}/aster/eventmessages", "host": [ "{{baseUrl}}" ], "path": [ "aster", "eventmessages" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get a list of Event Messaging Services from job", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/eventmessages/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "eventmessages", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns collection of events related to job", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/eventmessages/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "eventmessages", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"jobId\": {\n \"value\": \"\"\n },\n \"taskId\": {\n \"value\": \"\"\n },\n \"sourceId\": {\n \"value\": \"\"\n },\n \"jobType\": {\n \"value\": \"\"\n },\n \"taskType\": {\n \"value\": \"\"\n },\n \"raisedDate\": {\n \"value\": \"\"\n },\n \"raisedDateDisplay\": {\n \"value\": \"\"\n },\n \"durationSeconds\": {\n \"value\": \"\"\n },\n \"messageStatus\": {\n \"value\": \"\"\n },\n \"message\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n },\n \"skipped\": {\n \"value\": \"\"\n },\n \"isFailure\": {\n \"value\": \"\"\n },\n \"id\": {\n \"value\": \"\"\n }\n },\n {\n \"jobId\": {\n \"value\": \"\"\n },\n \"taskId\": {\n \"value\": \"\"\n },\n \"sourceId\": {\n \"value\": \"\"\n },\n \"jobType\": {\n \"value\": \"\"\n },\n \"taskType\": {\n \"value\": \"\"\n },\n \"raisedDate\": {\n \"value\": \"\"\n },\n \"raisedDateDisplay\": {\n \"value\": \"\"\n },\n \"durationSeconds\": {\n \"value\": \"\"\n },\n \"messageStatus\": {\n \"value\": \"\"\n },\n \"message\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n },\n \"skipped\": {\n \"value\": \"\"\n },\n \"isFailure\": {\n \"value\": \"\"\n },\n \"id\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Requested job id is invalid", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/eventmessages/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "eventmessages", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/eventmessages/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "eventmessages", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get a list of Event Messaging Settings", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/eventmessages/settings", "host": [ "{{baseUrl}}" ], "path": [ "aster", "eventmessages", "settings" ] } }, "response": [ { "name": "Returns collection of events configurations", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/eventmessages/settings", "host": [ "{{baseUrl}}" ], "path": [ "aster", "eventmessages", "settings" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"targetUri\": {\n \"value\": \"\"\n },\n \"authenticationType\": {\n \"value\": \"\"\n },\n \"friendlyName\": {\n \"value\": \"\"\n },\n \"eventMessageType\": {\n \"value\": \"\"\n },\n \"messageMapping\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"socialAuthId\": {\n \"value\": \"\"\n },\n \"socialAuthUrl\": {\n \"value\": \"\"\n },\n \"id\": {\n \"value\": \"\"\n }\n },\n {\n \"targetUri\": {\n \"value\": \"\"\n },\n \"authenticationType\": {\n \"value\": \"\"\n },\n \"friendlyName\": {\n \"value\": \"\"\n },\n \"eventMessageType\": {\n \"value\": \"\"\n },\n \"messageMapping\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"socialAuthId\": {\n \"value\": \"\"\n },\n \"socialAuthUrl\": {\n \"value\": \"\"\n },\n \"id\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Requested object was invalid", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/eventmessages/settings", "host": [ "{{baseUrl}}" ], "path": [ "aster", "eventmessages", "settings" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/eventmessages/settings", "host": [ "{{baseUrl}}" ], "path": [ "aster", "eventmessages", "settings" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "extensions/{list Name}", "item": [ { "name": "{id}", "item": [ { "name": "Get an Extension", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Extension resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Extension resource" } ] } }, "response": [ { "name": "Returns the Extension model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Extension resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"in ea nostrud ut commodo\",\n \"summary\": \"commodo aliqua velit do\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"anim aute non deserunt\",\n \"dolor ut\"\n ],\n \"setAdditionalFields\": [\n \"commodo enim\",\n \"minim in ipsum\"\n ],\n \"avatarUrl\": \"cillum sunt\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Extension resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Extension resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update an Extension", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in ea nostrud ut commodo" }, { "key": "summary", "value": "commodo aliqua velit do" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "anim aute non deserunt" }, { "key": "setFields", "value": "dolor ut" }, { "key": "setAdditionalFields", "value": "commodo enim" }, { "key": "setAdditionalFields", "value": "minim in ipsum" }, { "key": "avatarUrl", "value": "cillum sunt" } ] }, "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", ":id" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Extension resource to update" } ] } }, "response": [ { "name": "Returns the Extension model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", ":id" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Extension resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"in ea nostrud ut commodo\",\n \"summary\": \"commodo aliqua velit do\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"anim aute non deserunt\",\n \"dolor ut\"\n ],\n \"setAdditionalFields\": [\n \"commodo enim\",\n \"minim in ipsum\"\n ],\n \"avatarUrl\": \"cillum sunt\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", ":id" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Extension resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", ":id" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Extension resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update an Extension", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in ea nostrud ut commodo" }, { "key": "summary", "value": "commodo aliqua velit do" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "anim aute non deserunt" }, { "key": "setFields", "value": "dolor ut" }, { "key": "setAdditionalFields", "value": "commodo enim" }, { "key": "setAdditionalFields", "value": "minim in ipsum" }, { "key": "avatarUrl", "value": "cillum sunt" } ] }, "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", ":id" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Extension resource to update" } ] } }, "response": [ { "name": "Returns the Extension model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in ea nostrud ut commodo" }, { "key": "summary", "value": "commodo aliqua velit do" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "anim aute non deserunt" }, { "key": "setFields", "value": "dolor ut" }, { "key": "setAdditionalFields", "value": "commodo enim" }, { "key": "setAdditionalFields", "value": "minim in ipsum" }, { "key": "avatarUrl", "value": "cillum sunt" } ] }, "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", ":id" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Extension resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"in ea nostrud ut commodo\",\n \"summary\": \"commodo aliqua velit do\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"anim aute non deserunt\",\n \"dolor ut\"\n ],\n \"setAdditionalFields\": [\n \"commodo enim\",\n \"minim in ipsum\"\n ],\n \"avatarUrl\": \"cillum sunt\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in ea nostrud ut commodo" }, { "key": "summary", "value": "commodo aliqua velit do" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "anim aute non deserunt" }, { "key": "setFields", "value": "dolor ut" }, { "key": "setAdditionalFields", "value": "commodo enim" }, { "key": "setAdditionalFields", "value": "minim in ipsum" }, { "key": "avatarUrl", "value": "cillum sunt" } ] }, "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", ":id" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Extension resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in ea nostrud ut commodo" }, { "key": "summary", "value": "commodo aliqua velit do" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "anim aute non deserunt" }, { "key": "setFields", "value": "dolor ut" }, { "key": "setAdditionalFields", "value": "commodo enim" }, { "key": "setAdditionalFields", "value": "minim in ipsum" }, { "key": "avatarUrl", "value": "cillum sunt" } ] }, "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", ":id" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the Extension resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Extensions", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns an array of Extension models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an Extension", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "minim in" }, { "key": "summary", "value": "nostrud labore minim ut" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "in ut anim id" }, { "key": "setFields", "value": "magna incididunt Duis exercitation" }, { "key": "setAdditionalFields", "value": "" }, { "key": "setAdditionalFields", "value": "aliquip" }, { "key": "avatarUrl", "value": "sit fugiat" } ] }, "url": { "raw": "{{baseUrl}}/aster/extensions/:listName", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns the Extension model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"in ea nostrud ut commodo\",\n \"summary\": \"commodo aliqua velit do\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"anim aute non deserunt\",\n \"dolor ut\"\n ],\n \"setAdditionalFields\": [\n \"commodo enim\",\n \"minim in ipsum\"\n ],\n \"avatarUrl\": \"cillum sunt\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the Extension model", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", "meta" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", "meta" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/extensions/:listName/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "extensions", ":listName", "meta" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "externalsocialauthentications", "item": [ { "name": "Generates a link to begin the creation of an external social authentication with the given integration provider", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "integrationId", "value": "anim culpa" }, { "key": "redirectUrl", "value": "minim fugiat sit" } ] }, "url": { "raw": "{{baseUrl}}/aster/externalsocialauthentications/createauthenticationlink", "host": [ "{{baseUrl}}" ], "path": [ "aster", "externalsocialauthentications", "createauthenticationlink" ] } }, "response": [ { "name": "Returns a response containing the redirection link to begin integration with the given integration provide", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "integrationId", "value": "anim culpa" }, { "key": "redirectUrl", "value": "minim fugiat sit" } ] }, "url": { "raw": "{{baseUrl}}/aster/externalsocialauthentications/createauthenticationlink", "host": [ "{{baseUrl}}" ], "path": [ "aster", "externalsocialauthentications", "createauthenticationlink" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"authenticationLink\": \"culp\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "integrationId", "value": "anim culpa" }, { "key": "redirectUrl", "value": "minim fugiat sit" } ] }, "url": { "raw": "{{baseUrl}}/aster/externalsocialauthentications/createauthenticationlink", "host": [ "{{baseUrl}}" ], "path": [ "aster", "externalsocialauthentications", "createauthenticationlink" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Deletes an external social authentication", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/externalsocialauthentications/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "externalsocialauthentications", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the external social authentication to be deleted." } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/externalsocialauthentications/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "externalsocialauthentications", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the external social authentication to be deleted." } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"ali\"\n}" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/externalsocialauthentications/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "externalsocialauthentications", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the external social authentication to be deleted." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "leadlists", "item": [ { "name": "{list Name}/leads", "item": [ { "name": "Create a lead and a touch point", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nulla laborum pariatur" }, { "key": "touchPointRuleId", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "source", "value": "{\"value\":\"\"}" }, { "key": "noteSummary", "value": "{\"value\":\"\"}" }, { "key": "noteBody", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "culpa Excepteur" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "qui exercitation velit non" }, { "key": "setFields", "value": "aliqua ex in exercitation dolor" }, { "key": "setAdditionalFields", "value": "ullamco ex velit" }, { "key": "setAdditionalFields", "value": "in" }, { "key": "avatarUrl", "value": "in" } ] }, "url": { "raw": "{{baseUrl}}/aster/leadlists/:listName/leads", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":listName", "leads" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) The name of the lead list to create a lead against" } ] } }, "response": [ { "name": "Returns the Lead model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "laboris in velit" }, { "key": "touchPointRuleId", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "source", "value": "{\"value\":\"\"}" }, { "key": "noteSummary", "value": "{\"value\":\"\"}" }, { "key": "noteBody", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "commodo id" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut Ut et in" }, { "key": "setFields", "value": "dolore deserunt" }, { "key": "setAdditionalFields", "value": "amet" }, { "key": "setAdditionalFields", "value": "nulla adipisicing ea Ut" }, { "key": "avatarUrl", "value": "irure" } ] }, "url": { "raw": "{{baseUrl}}/aster/leadlists/:listName/leads", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":listName", "leads" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) The name of the lead list to create a lead against" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"laboris in velit\",\n \"touchPoint\": {\n \"touchPointRuleId\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n },\n \"source\": {\n \"value\": \"\"\n }\n },\n \"note\": {\n \"noteSummary\": {\n \"value\": \"\"\n },\n \"noteBody\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"commodo id\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"ut Ut et in\",\n \"dolore deserunt\"\n ],\n \"setAdditionalFields\": [\n \"amet\",\n \"nulla adipisicing ea Ut\"\n ],\n \"avatarUrl\": \"irure\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "laboris in velit" }, { "key": "touchPointRuleId", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "source", "value": "{\"value\":\"\"}" }, { "key": "noteSummary", "value": "{\"value\":\"\"}" }, { "key": "noteBody", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "commodo id" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut Ut et in" }, { "key": "setFields", "value": "dolore deserunt" }, { "key": "setAdditionalFields", "value": "amet" }, { "key": "setAdditionalFields", "value": "nulla adipisicing ea Ut" }, { "key": "avatarUrl", "value": "irure" } ] }, "url": { "raw": "{{baseUrl}}/aster/leadlists/:listName/leads", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":listName", "leads" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) The name of the lead list to create a lead against" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "laboris in velit" }, { "key": "touchPointRuleId", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "source", "value": "{\"value\":\"\"}" }, { "key": "noteSummary", "value": "{\"value\":\"\"}" }, { "key": "noteBody", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "commodo id" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut Ut et in" }, { "key": "setFields", "value": "dolore deserunt" }, { "key": "setAdditionalFields", "value": "amet" }, { "key": "setAdditionalFields", "value": "nulla adipisicing ea Ut" }, { "key": "avatarUrl", "value": "irure" } ] }, "url": { "raw": "{{baseUrl}}/aster/leadlists/:listName/leads", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":listName", "leads" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) The name of the lead list to create a lead against" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the Extension model", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leadlists/:listName/leads/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":listName", "leads", "meta" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leadlists/:listName/leads/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":listName", "leads", "meta" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leadlists/:listName/leads/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":listName", "leads", "meta" ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get a Lead", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leadlists/:listName/leads/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":listName", "leads", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Extension resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Lead resource" } ] } }, "response": [ { "name": "Returns the Lead model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leadlists/:listName/leads/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":listName", "leads", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Lead resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"laboris in velit\",\n \"touchPoint\": {\n \"touchPointRuleId\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n },\n \"source\": {\n \"value\": \"\"\n }\n },\n \"note\": {\n \"noteSummary\": {\n \"value\": \"\"\n },\n \"noteBody\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"commodo id\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"ut Ut et in\",\n \"dolore deserunt\"\n ],\n \"setAdditionalFields\": [\n \"amet\",\n \"nulla adipisicing ea Ut\"\n ],\n \"avatarUrl\": \"irure\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leadlists/:listName/leads/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":listName", "leads", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Lead resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leadlists/:listName/leads/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":listName", "leads", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "listName", "value": "pariatur", "description": "(Required) " }, { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Lead resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a Lead List by Id", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leadlists/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in " }, { "key": "additionalFields", "value": "ut aute aliquip" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Lead List resource" } ] } }, "response": [ { "name": "Returns the Lead List model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leadlists/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Lead List resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"nulla sint\",\n \"summary\": \"aute in nostrud Lorem labor\",\n \"listName\": \"in occaecat esse velit\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"voluptat\",\n \"ut deserunt Excepteur\"\n ],\n \"setAdditionalFields\": [\n \"commodo deserunt in\",\n \"dolore proident aute id dolor\"\n ],\n \"avatarUrl\": \"reprehenderit sunt magna\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leadlists/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Lead List resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leadlists/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leadlists", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Lead List resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "links", "item": [ { "name": "Get a list of Links for an Item", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:objectType/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":objectType", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "objectType", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns an array of link models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:objectType/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":objectType", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "objectType", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:objectType/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":objectType", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "objectType", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a link between two objects", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "fromObjectType", "value": "sunt sed proident", "description": "(Required) " }, { "key": "toItemId", "value": "ipsum id", "description": "(Required) " }, { "key": "toObjectType", "value": "consectetur anim", "description": "(Required) " }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "order", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "parentId", "value": "{\"value\":\"\"}" }, { "key": "isActive", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "order", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "parentId", "value": "{\"value\":\"\"}" }, { "key": "isActive", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/links/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item to link to" } ] } }, "response": [ { "name": "Item linking was successful.", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "fromObjectType", "value": "sunt sed proident", "description": "(Required) " }, { "key": "toItemId", "value": "ipsum id", "description": "(Required) " }, { "key": "toObjectType", "value": "consectetur anim", "description": "(Required) " }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "order", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "parentId", "value": "{\"value\":\"\"}" }, { "key": "isActive", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "order", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "parentId", "value": "{\"value\":\"\"}" }, { "key": "isActive", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/links/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item to link to" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "fromObjectType", "value": "sunt sed proident", "description": "(Required) " }, { "key": "toItemId", "value": "ipsum id", "description": "(Required) " }, { "key": "toObjectType", "value": "consectetur anim", "description": "(Required) " }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "order", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "parentId", "value": "{\"value\":\"\"}" }, { "key": "isActive", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "order", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "parentId", "value": "{\"value\":\"\"}" }, { "key": "isActive", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/links/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item to link to" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "fromObjectType", "value": "sunt sed proident", "description": "(Required) " }, { "key": "toItemId", "value": "ipsum id", "description": "(Required) " }, { "key": "toObjectType", "value": "consectetur anim", "description": "(Required) " }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "order", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "parentId", "value": "{\"value\":\"\"}" }, { "key": "isActive", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "order", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "parentId", "value": "{\"value\":\"\"}" }, { "key": "isActive", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/links/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item to link to" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "One or more items in the request were not found.", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "fromObjectType", "value": "sunt sed proident", "description": "(Required) " }, { "key": "toItemId", "value": "ipsum id", "description": "(Required) " }, { "key": "toObjectType", "value": "consectetur anim", "description": "(Required) " }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "order", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "parentId", "value": "{\"value\":\"\"}" }, { "key": "isActive", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "order", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "parentId", "value": "{\"value\":\"\"}" }, { "key": "isActive", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/links/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item to link to" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get relationship drop options for linkable objects", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:fromObjectType/:toObjectType/drops", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":fromObjectType", ":toObjectType", "drops" ], "variable": [ { "key": "fromObjectType", "value": "pariatur", "description": "(Required) The object type you want to link from" }, { "key": "toObjectType", "value": "pariatur", "description": "(Required) The object type you want to link to" } ] } }, "response": [ { "name": "Returns relationship drop options", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:fromObjectType/:toObjectType/drops", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":fromObjectType", ":toObjectType", "drops" ], "variable": [ { "key": "fromObjectType", "value": "pariatur", "description": "(Required) The object type you want to link from" }, { "key": "toObjectType", "value": "pariatur", "description": "(Required) The object type you want to link to" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:fromObjectType/:toObjectType/drops", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":fromObjectType", ":toObjectType", "drops" ], "variable": [ { "key": "fromObjectType", "value": "pariatur", "description": "(Required) The object type you want to link from" }, { "key": "toObjectType", "value": "pariatur", "description": "(Required) The object type you want to link to" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:fromObjectType/:toObjectType/drops", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":fromObjectType", ":toObjectType", "drops" ], "variable": [ { "key": "fromObjectType", "value": "pariatur", "description": "(Required) The object type you want to link from" }, { "key": "toObjectType", "value": "pariatur", "description": "(Required) The object type you want to link to" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:fromObjectType/:toObjectType/drops", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":fromObjectType", ":toObjectType", "drops" ], "variable": [ { "key": "fromObjectType", "value": "pariatur", "description": "(Required) The object type you want to link from" }, { "key": "toObjectType", "value": "pariatur", "description": "(Required) The object type you want to link to" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a link between two objects", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:linkId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":linkId" ], "variable": [ { "key": "linkId", "value": "pariatur", "description": "(Required) The id of the Account" } ] } }, "response": [ { "name": "Link successfully deleted.", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:linkId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":linkId" ], "variable": [ { "key": "linkId", "value": "pariatur", "description": "(Required) The id of the Account" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:linkId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":linkId" ], "variable": [ { "key": "linkId", "value": "pariatur", "description": "(Required) The id of the Account" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:linkId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":linkId" ], "variable": [ { "key": "linkId", "value": "pariatur", "description": "(Required) The id of the Account" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Link was not found.", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/links/:linkId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "links", ":linkId" ], "variable": [ { "key": "linkId", "value": "pariatur", "description": "(Required) The id of the Account" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "notes", "item": [ { "name": "{id}", "item": [ { "name": "Get an Note", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Note resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Note resource" } ] } }, "response": [ { "name": "Returns the Note model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Note resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"eiusmod voluptate culpa qui\",\n \"parentType\": \"in proident ut consequat\",\n \"parent\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"commodo est\",\n \"details\": \"exercitation laboris\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"reminderDate\": \"1977-07-06T12:53:03.699Z\",\n \"showOnPortal\": true,\n \"sticky\": false,\n \"noticeBoard\": true,\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"isPhoneNote\": false,\n \"shortCode\": \"labore mollit ex non ipsum\",\n \"createdDate\": \"1967-09-03T16:28:43.349Z\",\n \"createdBy\": \"exercitation sint\",\n \"updatedDate\": \"2001-01-09T17:02:32.854Z\",\n \"updatedBy\": \"veniam ex\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"non consectetur reprehenderit \",\n \"ea commodo culpa mollit\"\n ],\n \"setAdditionalFields\": [\n \"officia\",\n \"elit\"\n ],\n \"avatarUrl\": \"esse aute voluptate dolore aliqua\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Note resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Note resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Note", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "eiusmod voluptate culpa qui" }, { "key": "parentType", "value": "in proident ut consequat" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "commodo est" }, { "key": "details", "value": "exercitation laboris" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reminderDate", "value": "1977-07-06T12:53:03.699Z" }, { "key": "showOnPortal", "value": "true" }, { "key": "sticky", "value": "false" }, { "key": "noticeBoard", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "isPhoneNote", "value": "false" }, { "key": "shortCode", "value": "labore mollit ex non ipsum" }, { "key": "createdDate", "value": "1967-09-03T16:28:43.349Z" }, { "key": "createdBy", "value": "exercitation sint" }, { "key": "updatedDate", "value": "2001-01-09T17:02:32.854Z" }, { "key": "updatedBy", "value": "veniam ex" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "non consectetur reprehenderit " }, { "key": "setFields", "value": "ea commodo culpa mollit" }, { "key": "setAdditionalFields", "value": "officia" }, { "key": "setAdditionalFields", "value": "elit" }, { "key": "avatarUrl", "value": "esse aute voluptate dolore aliqua" } ] }, "url": { "raw": "{{baseUrl}}/aster/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Note resource to update" } ] } }, "response": [ { "name": "Returns the Note model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Note resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"eiusmod voluptate culpa qui\",\n \"parentType\": \"in proident ut consequat\",\n \"parent\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"commodo est\",\n \"details\": \"exercitation laboris\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"reminderDate\": \"1977-07-06T12:53:03.699Z\",\n \"showOnPortal\": true,\n \"sticky\": false,\n \"noticeBoard\": true,\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"isPhoneNote\": false,\n \"shortCode\": \"labore mollit ex non ipsum\",\n \"createdDate\": \"1967-09-03T16:28:43.349Z\",\n \"createdBy\": \"exercitation sint\",\n \"updatedDate\": \"2001-01-09T17:02:32.854Z\",\n \"updatedBy\": \"veniam ex\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"non consectetur reprehenderit \",\n \"ea commodo culpa mollit\"\n ],\n \"setAdditionalFields\": [\n \"officia\",\n \"elit\"\n ],\n \"avatarUrl\": \"esse aute voluptate dolore aliqua\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Note resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Note resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Note", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "eiusmod voluptate culpa qui" }, { "key": "parentType", "value": "in proident ut consequat" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "commodo est" }, { "key": "details", "value": "exercitation laboris" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reminderDate", "value": "1977-07-06T12:53:03.699Z" }, { "key": "showOnPortal", "value": "true" }, { "key": "sticky", "value": "false" }, { "key": "noticeBoard", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "isPhoneNote", "value": "false" }, { "key": "shortCode", "value": "labore mollit ex non ipsum" }, { "key": "createdDate", "value": "1967-09-03T16:28:43.349Z" }, { "key": "createdBy", "value": "exercitation sint" }, { "key": "updatedDate", "value": "2001-01-09T17:02:32.854Z" }, { "key": "updatedBy", "value": "veniam ex" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "non consectetur reprehenderit " }, { "key": "setFields", "value": "ea commodo culpa mollit" }, { "key": "setAdditionalFields", "value": "officia" }, { "key": "setAdditionalFields", "value": "elit" }, { "key": "avatarUrl", "value": "esse aute voluptate dolore aliqua" } ] }, "url": { "raw": "{{baseUrl}}/aster/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Note resource to update" } ] } }, "response": [ { "name": "Returns the Note model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "eiusmod voluptate culpa qui" }, { "key": "parentType", "value": "in proident ut consequat" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "commodo est" }, { "key": "details", "value": "exercitation laboris" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reminderDate", "value": "1977-07-06T12:53:03.699Z" }, { "key": "showOnPortal", "value": "true" }, { "key": "sticky", "value": "false" }, { "key": "noticeBoard", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "isPhoneNote", "value": "false" }, { "key": "shortCode", "value": "labore mollit ex non ipsum" }, { "key": "createdDate", "value": "1967-09-03T16:28:43.349Z" }, { "key": "createdBy", "value": "exercitation sint" }, { "key": "updatedDate", "value": "2001-01-09T17:02:32.854Z" }, { "key": "updatedBy", "value": "veniam ex" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "non consectetur reprehenderit " }, { "key": "setFields", "value": "ea commodo culpa mollit" }, { "key": "setAdditionalFields", "value": "officia" }, { "key": "setAdditionalFields", "value": "elit" }, { "key": "avatarUrl", "value": "esse aute voluptate dolore aliqua" } ] }, "url": { "raw": "{{baseUrl}}/aster/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Note resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"eiusmod voluptate culpa qui\",\n \"parentType\": \"in proident ut consequat\",\n \"parent\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"commodo est\",\n \"details\": \"exercitation laboris\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"reminderDate\": \"1977-07-06T12:53:03.699Z\",\n \"showOnPortal\": true,\n \"sticky\": false,\n \"noticeBoard\": true,\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"isPhoneNote\": false,\n \"shortCode\": \"labore mollit ex non ipsum\",\n \"createdDate\": \"1967-09-03T16:28:43.349Z\",\n \"createdBy\": \"exercitation sint\",\n \"updatedDate\": \"2001-01-09T17:02:32.854Z\",\n \"updatedBy\": \"veniam ex\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"non consectetur reprehenderit \",\n \"ea commodo culpa mollit\"\n ],\n \"setAdditionalFields\": [\n \"officia\",\n \"elit\"\n ],\n \"avatarUrl\": \"esse aute voluptate dolore aliqua\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "eiusmod voluptate culpa qui" }, { "key": "parentType", "value": "in proident ut consequat" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "commodo est" }, { "key": "details", "value": "exercitation laboris" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reminderDate", "value": "1977-07-06T12:53:03.699Z" }, { "key": "showOnPortal", "value": "true" }, { "key": "sticky", "value": "false" }, { "key": "noticeBoard", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "isPhoneNote", "value": "false" }, { "key": "shortCode", "value": "labore mollit ex non ipsum" }, { "key": "createdDate", "value": "1967-09-03T16:28:43.349Z" }, { "key": "createdBy", "value": "exercitation sint" }, { "key": "updatedDate", "value": "2001-01-09T17:02:32.854Z" }, { "key": "updatedBy", "value": "veniam ex" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "non consectetur reprehenderit " }, { "key": "setFields", "value": "ea commodo culpa mollit" }, { "key": "setAdditionalFields", "value": "officia" }, { "key": "setAdditionalFields", "value": "elit" }, { "key": "avatarUrl", "value": "esse aute voluptate dolore aliqua" } ] }, "url": { "raw": "{{baseUrl}}/aster/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Note resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "eiusmod voluptate culpa qui" }, { "key": "parentType", "value": "in proident ut consequat" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "commodo est" }, { "key": "details", "value": "exercitation laboris" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reminderDate", "value": "1977-07-06T12:53:03.699Z" }, { "key": "showOnPortal", "value": "true" }, { "key": "sticky", "value": "false" }, { "key": "noticeBoard", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "isPhoneNote", "value": "false" }, { "key": "shortCode", "value": "labore mollit ex non ipsum" }, { "key": "createdDate", "value": "1967-09-03T16:28:43.349Z" }, { "key": "createdBy", "value": "exercitation sint" }, { "key": "updatedDate", "value": "2001-01-09T17:02:32.854Z" }, { "key": "updatedBy", "value": "veniam ex" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "non consectetur reprehenderit " }, { "key": "setFields", "value": "ea commodo culpa mollit" }, { "key": "setAdditionalFields", "value": "officia" }, { "key": "setAdditionalFields", "value": "elit" }, { "key": "avatarUrl", "value": "esse aute voluptate dolore aliqua" } ] }, "url": { "raw": "{{baseUrl}}/aster/notes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Note resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Notes", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of Note models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Note", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "do consequat reprehenderit officia" }, { "key": "parentType", "value": "irure incididunt cupidatat" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "cup" }, { "key": "details", "value": "enim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "reminderDate", "value": "1949-07-19T20:52:42.222Z" }, { "key": "showOnPortal", "value": "true" }, { "key": "sticky", "value": "false" }, { "key": "noticeBoard", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "isPhoneNote", "value": "true" }, { "key": "shortCode", "value": "nisi magna" }, { "key": "createdDate", "value": "1964-06-28T05:19:31.991Z" }, { "key": "createdBy", "value": "elit incididunt" }, { "key": "updatedDate", "value": "1995-07-28T12:53:24.660Z" }, { "key": "updatedBy", "value": "et Ut adipisicing ullamco" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "reprehenderit ea sunt" }, { "key": "setFields", "value": "proident sunt occaecat eiusmod" }, { "key": "setAdditionalFields", "value": "nostrud Ut paria" }, { "key": "setAdditionalFields", "value": "ex pariatur magna incididunt" }, { "key": "avatarUrl", "value": "quis cillum adipisicing" } ] }, "url": { "raw": "{{baseUrl}}/aster/notes", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes" ] } }, "response": [ { "name": "Returns the Note model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"eiusmod voluptate culpa qui\",\n \"parentType\": \"in proident ut consequat\",\n \"parent\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"commodo est\",\n \"details\": \"exercitation laboris\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"reminderDate\": \"1977-07-06T12:53:03.699Z\",\n \"showOnPortal\": true,\n \"sticky\": false,\n \"noticeBoard\": true,\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"isPhoneNote\": false,\n \"shortCode\": \"labore mollit ex non ipsum\",\n \"createdDate\": \"1967-09-03T16:28:43.349Z\",\n \"createdBy\": \"exercitation sint\",\n \"updatedDate\": \"2001-01-09T17:02:32.854Z\",\n \"updatedBy\": \"veniam ex\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"non consectetur reprehenderit \",\n \"ea commodo culpa mollit\"\n ],\n \"setAdditionalFields\": [\n \"officia\",\n \"elit\"\n ],\n \"avatarUrl\": \"esse aute voluptate dolore aliqua\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/notes/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "notes", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "opportunities", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded sucessfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements", "item": [ { "name": "Returns a list of Agreements for an Opportunity.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity to get the Agreements for." } ] } }, "response": [ { "name": "Agreements have been retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity to get the Agreements for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity to get the Agreements for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity to get the Agreements for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an eSign agreement", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "files", "value": "commodo ullamco aliquip", "description": "(Required) " }, { "key": "files", "value": "deserunt dolore sunt", "description": "(Required) " }, { "key": "name", "value": "enim dolor qui sunt", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "externalSocialAuthenticationId", "value": "Lorem aliqua", "description": "(Required) " }, { "key": "comments", "value": "nostrud elit commodo" }, { "key": "completeInOrder", "value": "true" }, { "key": "frequency", "value": "{\"value\":\"\"}" }, { "key": "delay", "value": "{\"value\":\"\"}" }, { "key": "showOnPortal", "value": "true" }, { "key": "requiresTwoFactor", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Opportunity" } ] } }, "response": [ { "name": "Agreement submited to signature Provider succesfully.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Opportunity" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Opportunity" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Opportunity" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Opportunity not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Opportunity" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get an Opportunity", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Opportunity resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Opportunity resource" } ] } }, "response": [ { "name": "Returns the Opportunity model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Opportunity resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"mollit reprehenderit\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"veniam aliquip ea reprehenderit\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"estimatedCloseDate\": \"1969-11-15T00:27:01.388Z\",\n \"actualCloseDate\": \"1956-04-05T02:32:50.887Z\",\n \"interestedInProduct\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"potentialValue\": 93774970.10940436,\n \"potentialValueLocal\": -90653544.53425583,\n \"probability\": 88228516,\n \"forecastValue\": -68015871.71531317,\n \"forecastValueLocal\": 63010715.03188527,\n \"addToForecast\": true,\n \"currencyId\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"currencyCode\": \"labore enim et aliquip\",\n \"currencyCodeLocal\": \"Ut\",\n \"source\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"legacyCampaignId\": \"non cillum officia \",\n \"partner\": \"nisi adipisicing veniam consequat aute\",\n \"competition\": \"et anim sit\",\n \"nextAction\": \"laborum eu dolor est cillum\",\n \"reference\": \"Excepteur elit\",\n \"externalReference\": \"incididunt adipisicing mollit dolore\",\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"nisi n\",\n \"createdDate\": \"1970-05-14T02:42:30.147Z\",\n \"createdBy\": \"dolore sunt\",\n \"updatedDate\": \"1992-05-21T13:58:45.504Z\",\n \"updatedBy\": \"nulla laboris\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sit Duis cillum\",\n \"nisi aute Duis dolore\"\n ],\n \"setAdditionalFields\": [\n \"consectetur aliqua sit voluptate\",\n \"sit consequat irure nisi\"\n ],\n \"avatarUrl\": \"aliqua pariatur est laboris\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Opportunity resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Opportunity resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Opportunity", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "mollit reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "veniam aliquip ea reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "estimatedCloseDate", "value": "1969-11-15T00:27:01.388Z" }, { "key": "actualCloseDate", "value": "1956-04-05T02:32:50.887Z" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "potentialValue", "value": "93774970.10940436" }, { "key": "potentialValueLocal", "value": "-90653544.53425583" }, { "key": "probability", "value": "88228516" }, { "key": "forecastValue", "value": "-68015871.71531317" }, { "key": "forecastValueLocal", "value": "63010715.03188527" }, { "key": "addToForecast", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "currencyCode", "value": "labore enim et aliquip" }, { "key": "currencyCodeLocal", "value": "Ut" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "legacyCampaignId", "value": "non cillum officia " }, { "key": "partner", "value": "nisi adipisicing veniam consequat aute" }, { "key": "competition", "value": "et anim sit" }, { "key": "nextAction", "value": "laborum eu dolor est cillum" }, { "key": "reference", "value": "Excepteur elit" }, { "key": "externalReference", "value": "incididunt adipisicing mollit dolore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "nisi n" }, { "key": "createdDate", "value": "1970-05-14T02:42:30.147Z" }, { "key": "createdBy", "value": "dolore sunt" }, { "key": "updatedDate", "value": "1992-05-21T13:58:45.504Z" }, { "key": "updatedBy", "value": "nulla laboris" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sit Duis cillum" }, { "key": "setFields", "value": "nisi aute Duis dolore" }, { "key": "setAdditionalFields", "value": "consectetur aliqua sit voluptate" }, { "key": "setAdditionalFields", "value": "sit consequat irure nisi" }, { "key": "avatarUrl", "value": "aliqua pariatur est laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity resource to update" } ] } }, "response": [ { "name": "Returns the Opportunity model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"mollit reprehenderit\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"veniam aliquip ea reprehenderit\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"estimatedCloseDate\": \"1969-11-15T00:27:01.388Z\",\n \"actualCloseDate\": \"1956-04-05T02:32:50.887Z\",\n \"interestedInProduct\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"potentialValue\": 93774970.10940436,\n \"potentialValueLocal\": -90653544.53425583,\n \"probability\": 88228516,\n \"forecastValue\": -68015871.71531317,\n \"forecastValueLocal\": 63010715.03188527,\n \"addToForecast\": true,\n \"currencyId\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"currencyCode\": \"labore enim et aliquip\",\n \"currencyCodeLocal\": \"Ut\",\n \"source\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"legacyCampaignId\": \"non cillum officia \",\n \"partner\": \"nisi adipisicing veniam consequat aute\",\n \"competition\": \"et anim sit\",\n \"nextAction\": \"laborum eu dolor est cillum\",\n \"reference\": \"Excepteur elit\",\n \"externalReference\": \"incididunt adipisicing mollit dolore\",\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"nisi n\",\n \"createdDate\": \"1970-05-14T02:42:30.147Z\",\n \"createdBy\": \"dolore sunt\",\n \"updatedDate\": \"1992-05-21T13:58:45.504Z\",\n \"updatedBy\": \"nulla laboris\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sit Duis cillum\",\n \"nisi aute Duis dolore\"\n ],\n \"setAdditionalFields\": [\n \"consectetur aliqua sit voluptate\",\n \"sit consequat irure nisi\"\n ],\n \"avatarUrl\": \"aliqua pariatur est laboris\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete an Opportunity", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update an Opportunity", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "mollit reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "veniam aliquip ea reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "estimatedCloseDate", "value": "1969-11-15T00:27:01.388Z" }, { "key": "actualCloseDate", "value": "1956-04-05T02:32:50.887Z" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "potentialValue", "value": "93774970.10940436" }, { "key": "potentialValueLocal", "value": "-90653544.53425583" }, { "key": "probability", "value": "88228516" }, { "key": "forecastValue", "value": "-68015871.71531317" }, { "key": "forecastValueLocal", "value": "63010715.03188527" }, { "key": "addToForecast", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "currencyCode", "value": "labore enim et aliquip" }, { "key": "currencyCodeLocal", "value": "Ut" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "legacyCampaignId", "value": "non cillum officia " }, { "key": "partner", "value": "nisi adipisicing veniam consequat aute" }, { "key": "competition", "value": "et anim sit" }, { "key": "nextAction", "value": "laborum eu dolor est cillum" }, { "key": "reference", "value": "Excepteur elit" }, { "key": "externalReference", "value": "incididunt adipisicing mollit dolore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "nisi n" }, { "key": "createdDate", "value": "1970-05-14T02:42:30.147Z" }, { "key": "createdBy", "value": "dolore sunt" }, { "key": "updatedDate", "value": "1992-05-21T13:58:45.504Z" }, { "key": "updatedBy", "value": "nulla laboris" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sit Duis cillum" }, { "key": "setFields", "value": "nisi aute Duis dolore" }, { "key": "setAdditionalFields", "value": "consectetur aliqua sit voluptate" }, { "key": "setAdditionalFields", "value": "sit consequat irure nisi" }, { "key": "avatarUrl", "value": "aliqua pariatur est laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity resource to update" } ] } }, "response": [ { "name": "Returns the Opportunity model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "mollit reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "veniam aliquip ea reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "estimatedCloseDate", "value": "1969-11-15T00:27:01.388Z" }, { "key": "actualCloseDate", "value": "1956-04-05T02:32:50.887Z" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "potentialValue", "value": "93774970.10940436" }, { "key": "potentialValueLocal", "value": "-90653544.53425583" }, { "key": "probability", "value": "88228516" }, { "key": "forecastValue", "value": "-68015871.71531317" }, { "key": "forecastValueLocal", "value": "63010715.03188527" }, { "key": "addToForecast", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "currencyCode", "value": "labore enim et aliquip" }, { "key": "currencyCodeLocal", "value": "Ut" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "legacyCampaignId", "value": "non cillum officia " }, { "key": "partner", "value": "nisi adipisicing veniam consequat aute" }, { "key": "competition", "value": "et anim sit" }, { "key": "nextAction", "value": "laborum eu dolor est cillum" }, { "key": "reference", "value": "Excepteur elit" }, { "key": "externalReference", "value": "incididunt adipisicing mollit dolore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "nisi n" }, { "key": "createdDate", "value": "1970-05-14T02:42:30.147Z" }, { "key": "createdBy", "value": "dolore sunt" }, { "key": "updatedDate", "value": "1992-05-21T13:58:45.504Z" }, { "key": "updatedBy", "value": "nulla laboris" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sit Duis cillum" }, { "key": "setFields", "value": "nisi aute Duis dolore" }, { "key": "setAdditionalFields", "value": "consectetur aliqua sit voluptate" }, { "key": "setAdditionalFields", "value": "sit consequat irure nisi" }, { "key": "avatarUrl", "value": "aliqua pariatur est laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"mollit reprehenderit\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"veniam aliquip ea reprehenderit\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"estimatedCloseDate\": \"1969-11-15T00:27:01.388Z\",\n \"actualCloseDate\": \"1956-04-05T02:32:50.887Z\",\n \"interestedInProduct\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"potentialValue\": 93774970.10940436,\n \"potentialValueLocal\": -90653544.53425583,\n \"probability\": 88228516,\n \"forecastValue\": -68015871.71531317,\n \"forecastValueLocal\": 63010715.03188527,\n \"addToForecast\": true,\n \"currencyId\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"currencyCode\": \"labore enim et aliquip\",\n \"currencyCodeLocal\": \"Ut\",\n \"source\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"legacyCampaignId\": \"non cillum officia \",\n \"partner\": \"nisi adipisicing veniam consequat aute\",\n \"competition\": \"et anim sit\",\n \"nextAction\": \"laborum eu dolor est cillum\",\n \"reference\": \"Excepteur elit\",\n \"externalReference\": \"incididunt adipisicing mollit dolore\",\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"nisi n\",\n \"createdDate\": \"1970-05-14T02:42:30.147Z\",\n \"createdBy\": \"dolore sunt\",\n \"updatedDate\": \"1992-05-21T13:58:45.504Z\",\n \"updatedBy\": \"nulla laboris\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sit Duis cillum\",\n \"nisi aute Duis dolore\"\n ],\n \"setAdditionalFields\": [\n \"consectetur aliqua sit voluptate\",\n \"sit consequat irure nisi\"\n ],\n \"avatarUrl\": \"aliqua pariatur est laboris\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "mollit reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "veniam aliquip ea reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "estimatedCloseDate", "value": "1969-11-15T00:27:01.388Z" }, { "key": "actualCloseDate", "value": "1956-04-05T02:32:50.887Z" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "potentialValue", "value": "93774970.10940436" }, { "key": "potentialValueLocal", "value": "-90653544.53425583" }, { "key": "probability", "value": "88228516" }, { "key": "forecastValue", "value": "-68015871.71531317" }, { "key": "forecastValueLocal", "value": "63010715.03188527" }, { "key": "addToForecast", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "currencyCode", "value": "labore enim et aliquip" }, { "key": "currencyCodeLocal", "value": "Ut" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "legacyCampaignId", "value": "non cillum officia " }, { "key": "partner", "value": "nisi adipisicing veniam consequat aute" }, { "key": "competition", "value": "et anim sit" }, { "key": "nextAction", "value": "laborum eu dolor est cillum" }, { "key": "reference", "value": "Excepteur elit" }, { "key": "externalReference", "value": "incididunt adipisicing mollit dolore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "nisi n" }, { "key": "createdDate", "value": "1970-05-14T02:42:30.147Z" }, { "key": "createdBy", "value": "dolore sunt" }, { "key": "updatedDate", "value": "1992-05-21T13:58:45.504Z" }, { "key": "updatedBy", "value": "nulla laboris" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sit Duis cillum" }, { "key": "setFields", "value": "nisi aute Duis dolore" }, { "key": "setAdditionalFields", "value": "consectetur aliqua sit voluptate" }, { "key": "setAdditionalFields", "value": "sit consequat irure nisi" }, { "key": "avatarUrl", "value": "aliqua pariatur est laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "mollit reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "veniam aliquip ea reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "estimatedCloseDate", "value": "1969-11-15T00:27:01.388Z" }, { "key": "actualCloseDate", "value": "1956-04-05T02:32:50.887Z" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "potentialValue", "value": "93774970.10940436" }, { "key": "potentialValueLocal", "value": "-90653544.53425583" }, { "key": "probability", "value": "88228516" }, { "key": "forecastValue", "value": "-68015871.71531317" }, { "key": "forecastValueLocal", "value": "63010715.03188527" }, { "key": "addToForecast", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "currencyCode", "value": "labore enim et aliquip" }, { "key": "currencyCodeLocal", "value": "Ut" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "legacyCampaignId", "value": "non cillum officia " }, { "key": "partner", "value": "nisi adipisicing veniam consequat aute" }, { "key": "competition", "value": "et anim sit" }, { "key": "nextAction", "value": "laborum eu dolor est cillum" }, { "key": "reference", "value": "Excepteur elit" }, { "key": "externalReference", "value": "incididunt adipisicing mollit dolore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "nisi n" }, { "key": "createdDate", "value": "1970-05-14T02:42:30.147Z" }, { "key": "createdBy", "value": "dolore sunt" }, { "key": "updatedDate", "value": "1992-05-21T13:58:45.504Z" }, { "key": "updatedBy", "value": "nulla laboris" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sit Duis cillum" }, { "key": "setFields", "value": "nisi aute Duis dolore" }, { "key": "setAdditionalFields", "value": "consectetur aliqua sit voluptate" }, { "key": "setAdditionalFields", "value": "sit consequat irure nisi" }, { "key": "avatarUrl", "value": "aliqua pariatur est laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "documentproduction", "item": [ { "name": "Create document production jobs", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" }, { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", "documentproduction", "jobs" ] } }, "response": [ { "name": "Returns collection of job ids", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", "documentproduction", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", "documentproduction", "jobs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get document production templates", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", "documentproduction", "templates" ] } }, "response": [ { "name": "Returns collection of templates", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", "documentproduction", "templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] } ] }, { "name": "Get a list of Opportunitys", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of Opportunity models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Opportunity", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "occaecat consectetur officia anim" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "anim deserunt" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "estimatedCloseDate", "value": "1987-07-19T15:00:23.736Z" }, { "key": "actualCloseDate", "value": "1995-08-23T04:22:31.506Z" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "potentialValue", "value": "42062868.095232636" }, { "key": "potentialValueLocal", "value": "-59166145.36260423" }, { "key": "probability", "value": "15397761" }, { "key": "forecastValue", "value": "88929618.74979305" }, { "key": "forecastValueLocal", "value": "38955167.48466566" }, { "key": "addToForecast", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "currencyCode", "value": "exercitation pariatur" }, { "key": "currencyCodeLocal", "value": "aute non incididunt dolore" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "legacyCampaignId", "value": "veniam Exc" }, { "key": "partner", "value": "sit in" }, { "key": "competition", "value": "consectetur" }, { "key": "nextAction", "value": "exe" }, { "key": "reference", "value": "est eiusmod" }, { "key": "externalReference", "value": "velit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "Lorem reprehenderit consequat" }, { "key": "createdDate", "value": "1993-11-06T09:49:32.766Z" }, { "key": "createdBy", "value": "in" }, { "key": "updatedDate", "value": "1965-04-16T00:36:12.369Z" }, { "key": "updatedBy", "value": "incididunt esse anim labore " }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "laborum aliquip anim do est" }, { "key": "setFields", "value": "i" }, { "key": "setAdditionalFields", "value": "exercitation non nulla" }, { "key": "setAdditionalFields", "value": "laborum" }, { "key": "avatarUrl", "value": "voluptate esse" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities" ] } }, "response": [ { "name": "Returns the Opportunity model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"mollit reprehenderit\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"veniam aliquip ea reprehenderit\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"estimatedCloseDate\": \"1969-11-15T00:27:01.388Z\",\n \"actualCloseDate\": \"1956-04-05T02:32:50.887Z\",\n \"interestedInProduct\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"potentialValue\": 93774970.10940436,\n \"potentialValueLocal\": -90653544.53425583,\n \"probability\": 88228516,\n \"forecastValue\": -68015871.71531317,\n \"forecastValueLocal\": 63010715.03188527,\n \"addToForecast\": true,\n \"currencyId\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"currencyCode\": \"labore enim et aliquip\",\n \"currencyCodeLocal\": \"Ut\",\n \"source\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"legacyCampaignId\": \"non cillum officia \",\n \"partner\": \"nisi adipisicing veniam consequat aute\",\n \"competition\": \"et anim sit\",\n \"nextAction\": \"laborum eu dolor est cillum\",\n \"reference\": \"Excepteur elit\",\n \"externalReference\": \"incididunt adipisicing mollit dolore\",\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"nisi n\",\n \"createdDate\": \"1970-05-14T02:42:30.147Z\",\n \"createdBy\": \"dolore sunt\",\n \"updatedDate\": \"1992-05-21T13:58:45.504Z\",\n \"updatedBy\": \"nulla laboris\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sit Duis cillum\",\n \"nisi aute Duis dolore\"\n ],\n \"setAdditionalFields\": [\n \"consectetur aliqua sit voluptate\",\n \"sit consequat irure nisi\"\n ],\n \"avatarUrl\": \"aliqua pariatur est laboris\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunities", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "opportunityactivities", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded sucessfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements", "item": [ { "name": "Returns a list of Agreements for an Opportunity Activity.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity Activity to get the Agreements for." } ] } }, "response": [ { "name": "Agreements have been retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity Activity to get the Agreements for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity Activity to get the Agreements for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity Activity to get the Agreements for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an eSign createAgreement", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "files", "value": "commodo ullamco aliquip", "description": "(Required) " }, { "key": "files", "value": "deserunt dolore sunt", "description": "(Required) " }, { "key": "name", "value": "enim dolor qui sunt", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "externalSocialAuthenticationId", "value": "Lorem aliqua", "description": "(Required) " }, { "key": "comments", "value": "nostrud elit commodo" }, { "key": "completeInOrder", "value": "true" }, { "key": "frequency", "value": "{\"value\":\"\"}" }, { "key": "delay", "value": "{\"value\":\"\"}" }, { "key": "showOnPortal", "value": "true" }, { "key": "requiresTwoFactor", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Opportunity Activity" } ] } }, "response": [ { "name": "Agreement submited to signature Provider succesfully.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Opportunity Activity" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Opportunity Activity" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Opportunity Activity" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Opportunity Activity not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Opportunity Activity" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get an OpportunityActivity", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the OpportunityActivity resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested OpportunityActivity resource" } ] } }, "response": [ { "name": "Returns the OpportunityActivity model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested OpportunityActivity resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"opportunity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"n\",\n \"id\": \"magna non offici\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sint voluptate occaec\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"dolor ut nisi\",\n \"startDate\": \"1954-01-08T22:41:28.067Z\",\n \"dueDate\": \"1990-07-10T07:50:30.375Z\",\n \"completedDate\": \"1993-09-03T16:31:55.897Z\",\n \"percentComplete\": -5024115.041263416,\n \"complete\": false,\n \"billingInformation\": \"Duis nulla Excepteur est\",\n \"private\": false,\n \"reference\": \"quis consequat\",\n \"reminder\": true,\n \"showOnCalendar\": false,\n \"exported\": true,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"irure eu\",\n \"createdDate\": \"1999-07-14T14:52:04.394Z\",\n \"createdBy\": \"est laborum\",\n \"updatedDate\": \"1989-08-16T17:21:20.885Z\",\n \"updatedBy\": \"in nisi\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"Ut reprehenderit\",\n \"Duis ut Excepteur dolor\"\n ],\n \"setAdditionalFields\": [\n \"anim est Ut\",\n \"commodo dolore\"\n ],\n \"avatarUrl\": \"laborum dolore ut consequat\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested OpportunityActivity resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested OpportunityActivity resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a OpportunityActivity", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "n" }, { "key": "id", "value": "magna non offici" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sint voluptate occaec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "dolor ut nisi" }, { "key": "startDate", "value": "1954-01-08T22:41:28.067Z" }, { "key": "dueDate", "value": "1990-07-10T07:50:30.375Z" }, { "key": "completedDate", "value": "1993-09-03T16:31:55.897Z" }, { "key": "percentComplete", "value": "-5024115.041263416" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "Duis nulla Excepteur est" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "quis consequat" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "irure eu" }, { "key": "createdDate", "value": "1999-07-14T14:52:04.394Z" }, { "key": "createdBy", "value": "est laborum" }, { "key": "updatedDate", "value": "1989-08-16T17:21:20.885Z" }, { "key": "updatedBy", "value": "in nisi" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut reprehenderit" }, { "key": "setFields", "value": "Duis ut Excepteur dolor" }, { "key": "setAdditionalFields", "value": "anim est Ut" }, { "key": "setAdditionalFields", "value": "commodo dolore" }, { "key": "avatarUrl", "value": "laborum dolore ut consequat" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the OpportunityActivity resource to update" } ] } }, "response": [ { "name": "Returns the OpportunityActivity model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the OpportunityActivity resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"opportunity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"n\",\n \"id\": \"magna non offici\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sint voluptate occaec\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"dolor ut nisi\",\n \"startDate\": \"1954-01-08T22:41:28.067Z\",\n \"dueDate\": \"1990-07-10T07:50:30.375Z\",\n \"completedDate\": \"1993-09-03T16:31:55.897Z\",\n \"percentComplete\": -5024115.041263416,\n \"complete\": false,\n \"billingInformation\": \"Duis nulla Excepteur est\",\n \"private\": false,\n \"reference\": \"quis consequat\",\n \"reminder\": true,\n \"showOnCalendar\": false,\n \"exported\": true,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"irure eu\",\n \"createdDate\": \"1999-07-14T14:52:04.394Z\",\n \"createdBy\": \"est laborum\",\n \"updatedDate\": \"1989-08-16T17:21:20.885Z\",\n \"updatedBy\": \"in nisi\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"Ut reprehenderit\",\n \"Duis ut Excepteur dolor\"\n ],\n \"setAdditionalFields\": [\n \"anim est Ut\",\n \"commodo dolore\"\n ],\n \"avatarUrl\": \"laborum dolore ut consequat\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the OpportunityActivity resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the OpportunityActivity resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete an Opportunity Activity", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity Activity resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity Activity resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity Activity resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity Activity resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update an Opportunity Activity", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "n" }, { "key": "id", "value": "magna non offici" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sint voluptate occaec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "dolor ut nisi" }, { "key": "startDate", "value": "1954-01-08T22:41:28.067Z" }, { "key": "dueDate", "value": "1990-07-10T07:50:30.375Z" }, { "key": "completedDate", "value": "1993-09-03T16:31:55.897Z" }, { "key": "percentComplete", "value": "-5024115.041263416" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "Duis nulla Excepteur est" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "quis consequat" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "irure eu" }, { "key": "createdDate", "value": "1999-07-14T14:52:04.394Z" }, { "key": "createdBy", "value": "est laborum" }, { "key": "updatedDate", "value": "1989-08-16T17:21:20.885Z" }, { "key": "updatedBy", "value": "in nisi" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut reprehenderit" }, { "key": "setFields", "value": "Duis ut Excepteur dolor" }, { "key": "setAdditionalFields", "value": "anim est Ut" }, { "key": "setAdditionalFields", "value": "commodo dolore" }, { "key": "avatarUrl", "value": "laborum dolore ut consequat" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity Activity resource to update" } ] } }, "response": [ { "name": "Returns the Opportunity Activity model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "n" }, { "key": "id", "value": "magna non offici" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sint voluptate occaec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "dolor ut nisi" }, { "key": "startDate", "value": "1954-01-08T22:41:28.067Z" }, { "key": "dueDate", "value": "1990-07-10T07:50:30.375Z" }, { "key": "completedDate", "value": "1993-09-03T16:31:55.897Z" }, { "key": "percentComplete", "value": "-5024115.041263416" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "Duis nulla Excepteur est" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "quis consequat" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "irure eu" }, { "key": "createdDate", "value": "1999-07-14T14:52:04.394Z" }, { "key": "createdBy", "value": "est laborum" }, { "key": "updatedDate", "value": "1989-08-16T17:21:20.885Z" }, { "key": "updatedBy", "value": "in nisi" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut reprehenderit" }, { "key": "setFields", "value": "Duis ut Excepteur dolor" }, { "key": "setAdditionalFields", "value": "anim est Ut" }, { "key": "setAdditionalFields", "value": "commodo dolore" }, { "key": "avatarUrl", "value": "laborum dolore ut consequat" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity Activity resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"opportunity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"n\",\n \"id\": \"magna non offici\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sint voluptate occaec\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"dolor ut nisi\",\n \"startDate\": \"1954-01-08T22:41:28.067Z\",\n \"dueDate\": \"1990-07-10T07:50:30.375Z\",\n \"completedDate\": \"1993-09-03T16:31:55.897Z\",\n \"percentComplete\": -5024115.041263416,\n \"complete\": false,\n \"billingInformation\": \"Duis nulla Excepteur est\",\n \"private\": false,\n \"reference\": \"quis consequat\",\n \"reminder\": true,\n \"showOnCalendar\": false,\n \"exported\": true,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"irure eu\",\n \"createdDate\": \"1999-07-14T14:52:04.394Z\",\n \"createdBy\": \"est laborum\",\n \"updatedDate\": \"1989-08-16T17:21:20.885Z\",\n \"updatedBy\": \"in nisi\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"Ut reprehenderit\",\n \"Duis ut Excepteur dolor\"\n ],\n \"setAdditionalFields\": [\n \"anim est Ut\",\n \"commodo dolore\"\n ],\n \"avatarUrl\": \"laborum dolore ut consequat\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "n" }, { "key": "id", "value": "magna non offici" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sint voluptate occaec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "dolor ut nisi" }, { "key": "startDate", "value": "1954-01-08T22:41:28.067Z" }, { "key": "dueDate", "value": "1990-07-10T07:50:30.375Z" }, { "key": "completedDate", "value": "1993-09-03T16:31:55.897Z" }, { "key": "percentComplete", "value": "-5024115.041263416" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "Duis nulla Excepteur est" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "quis consequat" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "irure eu" }, { "key": "createdDate", "value": "1999-07-14T14:52:04.394Z" }, { "key": "createdBy", "value": "est laborum" }, { "key": "updatedDate", "value": "1989-08-16T17:21:20.885Z" }, { "key": "updatedBy", "value": "in nisi" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut reprehenderit" }, { "key": "setFields", "value": "Duis ut Excepteur dolor" }, { "key": "setAdditionalFields", "value": "anim est Ut" }, { "key": "setAdditionalFields", "value": "commodo dolore" }, { "key": "avatarUrl", "value": "laborum dolore ut consequat" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity Activity resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "n" }, { "key": "id", "value": "magna non offici" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sint voluptate occaec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "dolor ut nisi" }, { "key": "startDate", "value": "1954-01-08T22:41:28.067Z" }, { "key": "dueDate", "value": "1990-07-10T07:50:30.375Z" }, { "key": "completedDate", "value": "1993-09-03T16:31:55.897Z" }, { "key": "percentComplete", "value": "-5024115.041263416" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "Duis nulla Excepteur est" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "quis consequat" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "irure eu" }, { "key": "createdDate", "value": "1999-07-14T14:52:04.394Z" }, { "key": "createdBy", "value": "est laborum" }, { "key": "updatedDate", "value": "1989-08-16T17:21:20.885Z" }, { "key": "updatedBy", "value": "in nisi" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Ut reprehenderit" }, { "key": "setFields", "value": "Duis ut Excepteur dolor" }, { "key": "setAdditionalFields", "value": "anim est Ut" }, { "key": "setAdditionalFields", "value": "commodo dolore" }, { "key": "avatarUrl", "value": "laborum dolore ut consequat" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Opportunity Activity resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "documentproduction", "item": [ { "name": "Create document production jobs", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" }, { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", "documentproduction", "jobs" ] } }, "response": [ { "name": "Returns collection of job ids", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", "documentproduction", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", "documentproduction", "jobs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get document production templates", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", "documentproduction", "templates" ] } }, "response": [ { "name": "Returns collection of templates", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", "documentproduction", "templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] } ] }, { "name": "Get a list of OpportunityActivities", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of OpportunityActivity models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a OpportunityActivity", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "anim Excepteur" }, { "key": "id", "value": "in elit in labore ullamco" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "voluptate ipsum ut" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "in" }, { "key": "startDate", "value": "2008-07-15T19:55:32.632Z" }, { "key": "dueDate", "value": "1990-10-15T10:39:54.477Z" }, { "key": "completedDate", "value": "1998-12-17T16:33:21.069Z" }, { "key": "percentComplete", "value": "-28084832.199508682" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "velit" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "quis nostrud" }, { "key": "reminder", "value": "false" }, { "key": "showOnCalendar", "value": "true" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "consectetur tempor anim commodo" }, { "key": "createdDate", "value": "1974-12-28T05:52:25.047Z" }, { "key": "createdBy", "value": "nostrud commodo irure eu proident" }, { "key": "updatedDate", "value": "1990-11-21T13:18:03.444Z" }, { "key": "updatedBy", "value": "id ipsum sunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "magna cupidatat" }, { "key": "setFields", "value": "magna consectetur" }, { "key": "setAdditionalFields", "value": "non anim ex nulla" }, { "key": "setAdditionalFields", "value": "laborum sunt pariatur" }, { "key": "avatarUrl", "value": "tempor id" } ] }, "url": { "raw": "{{baseUrl}}/aster/opportunityactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities" ] } }, "response": [ { "name": "Returns the OpportunityActivity model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"opportunity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"n\",\n \"id\": \"magna non offici\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sint voluptate occaec\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"dolor ut nisi\",\n \"startDate\": \"1954-01-08T22:41:28.067Z\",\n \"dueDate\": \"1990-07-10T07:50:30.375Z\",\n \"completedDate\": \"1993-09-03T16:31:55.897Z\",\n \"percentComplete\": -5024115.041263416,\n \"complete\": false,\n \"billingInformation\": \"Duis nulla Excepteur est\",\n \"private\": false,\n \"reference\": \"quis consequat\",\n \"reminder\": true,\n \"showOnCalendar\": false,\n \"exported\": true,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"irure eu\",\n \"createdDate\": \"1999-07-14T14:52:04.394Z\",\n \"createdBy\": \"est laborum\",\n \"updatedDate\": \"1989-08-16T17:21:20.885Z\",\n \"updatedBy\": \"in nisi\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"Ut reprehenderit\",\n \"Duis ut Excepteur dolor\"\n ],\n \"setAdditionalFields\": [\n \"anim est Ut\",\n \"commodo dolore\"\n ],\n \"avatarUrl\": \"laborum dolore ut consequat\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/opportunityactivities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "opportunityactivities", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "portal-roles-groups", "item": [ { "name": "contacts/{id}/spaces/{space Id}/roles", "item": [ { "name": "Gets a list of Portal Roles and Portal Role Group by space", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/portal-roles-groups/contacts/:id/spaces/:spaceId/roles", "host": [ "{{baseUrl}}" ], "path": [ "aster", "portal-roles-groups", "contacts", ":id", "spaces", ":spaceId", "roles" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "spaceId", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Request completed successfully", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/portal-roles-groups/contacts/:id/spaces/:spaceId/roles", "host": [ "{{baseUrl}}" ], "path": [ "aster", "portal-roles-groups", "contacts", ":id", "spaces", ":spaceId", "roles" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "spaceId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"roles\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"groups\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"allRoles\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/portal-roles-groups/contacts/:id/spaces/:spaceId/roles", "host": [ "{{baseUrl}}" ], "path": [ "aster", "portal-roles-groups", "contacts", ":id", "spaces", ":spaceId", "roles" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "spaceId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Supplied Contact or Space could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/portal-roles-groups/contacts/:id/spaces/:spaceId/roles", "host": [ "{{baseUrl}}" ], "path": [ "aster", "portal-roles-groups", "contacts", ":id", "spaces", ":spaceId", "roles" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "spaceId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Updates Portal Roles and Portal Role Group for a given Contact and Space", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "name", "value": "occaecat in" }, { "key": "email", "value": "pariatur fugiat" }, { "key": "accountContactId", "value": "labore id" }, { "key": "accountId", "value": "" }, { "key": "userId", "value": "ullamco s" }, { "key": "language", "value": "commodo officia" }, { "key": "rolesRequests", "value": "{\"value\":\"\"}" }, { "key": "rolesRequests", "value": "{\"value\":\"\"}" }, { "key": "spaceId", "value": "sint" }, { "key": "multiAccountAccess", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/portal-roles-groups/contacts/:id/spaces/:spaceId/roles", "host": [ "{{baseUrl}}" ], "path": [ "aster", "portal-roles-groups", "contacts", ":id", "spaces", ":spaceId", "roles" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "spaceId", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Request completed successfully", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "name", "value": "Duis magna cupidatat ipsum ea" }, { "key": "email", "value": "qui magna ipsum" }, { "key": "accountContactId", "value": "id sit cillum non" }, { "key": "accountId", "value": "do incididunt amet dolor officia" }, { "key": "userId", "value": "ma" }, { "key": "language", "value": "in culpa nisi" }, { "key": "rolesRequests", "value": "{\"value\":\"\"}" }, { "key": "rolesRequests", "value": "{\"value\":\"\"}" }, { "key": "spaceId", "value": "laborum veniam" }, { "key": "multiAccountAccess", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/portal-roles-groups/contacts/:id/spaces/:spaceId/roles", "host": [ "{{baseUrl}}" ], "path": [ "aster", "portal-roles-groups", "contacts", ":id", "spaces", ":spaceId", "roles" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "spaceId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"Duis magna cupidatat ipsum ea\",\n \"email\": \"qui magna ipsum\",\n \"accountContactId\": \"id sit cillum non\",\n \"accountId\": \"do incididunt amet dolor officia\",\n \"userId\": \"ma\",\n \"language\": \"in culpa nisi\",\n \"rolesRequests\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"spaceId\": \"laborum veniam\",\n \"multiAccountAccess\": false\n}" }, { "name": "Bad Request returned when a Role entry or RoleGroupCollection entry could not be found", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "name", "value": "Duis magna cupidatat ipsum ea" }, { "key": "email", "value": "qui magna ipsum" }, { "key": "accountContactId", "value": "id sit cillum non" }, { "key": "accountId", "value": "do incididunt amet dolor officia" }, { "key": "userId", "value": "ma" }, { "key": "language", "value": "in culpa nisi" }, { "key": "rolesRequests", "value": "{\"value\":\"\"}" }, { "key": "rolesRequests", "value": "{\"value\":\"\"}" }, { "key": "spaceId", "value": "laborum veniam" }, { "key": "multiAccountAccess", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/portal-roles-groups/contacts/:id/spaces/:spaceId/roles", "host": [ "{{baseUrl}}" ], "path": [ "aster", "portal-roles-groups", "contacts", ":id", "spaces", ":spaceId", "roles" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "spaceId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Supplied Contact or Space could not be found", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "name", "value": "Duis magna cupidatat ipsum ea" }, { "key": "email", "value": "qui magna ipsum" }, { "key": "accountContactId", "value": "id sit cillum non" }, { "key": "accountId", "value": "do incididunt amet dolor officia" }, { "key": "userId", "value": "ma" }, { "key": "language", "value": "in culpa nisi" }, { "key": "rolesRequests", "value": "{\"value\":\"\"}" }, { "key": "rolesRequests", "value": "{\"value\":\"\"}" }, { "key": "spaceId", "value": "laborum veniam" }, { "key": "multiAccountAccess", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/portal-roles-groups/contacts/:id/spaces/:spaceId/roles", "host": [ "{{baseUrl}}" ], "path": [ "aster", "portal-roles-groups", "contacts", ":id", "spaces", ":spaceId", "roles" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " }, { "key": "spaceId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Gets a list of Portal Roles and Portal Role Group", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/portal-roles-groups", "host": [ "{{baseUrl}}" ], "path": [ "aster", "portal-roles-groups" ] } }, "response": [ { "name": "Request completed successfully", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/portal-roles-groups", "host": [ "{{baseUrl}}" ], "path": [ "aster", "portal-roles-groups" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"roles\": {\n \"value\": \"\"\n },\n \"groups\": {\n \"value\": \"\"\n }\n },\n {\n \"roles\": {\n \"value\": \"\"\n },\n \"groups\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/portal-roles-groups", "host": [ "{{baseUrl}}" ], "path": [ "aster", "portal-roles-groups" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/portal-roles-groups", "host": [ "{{baseUrl}}" ], "path": [ "aster", "portal-roles-groups" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "productgroups", "item": [ { "name": "{id}", "item": [ { "name": "Get a Product Group", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Product Group resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product Group resource" } ] } }, "response": [ { "name": "Returns the Product Group model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product Group resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"aute ut\",\n \"summary\": \"velit Duis\",\n \"code\": \"Lore\",\n \"type\": \"in fugiat\",\n \"shortCode\": \"fugiat\",\n \"createdDate\": \"1969-12-09T00:17:48.866Z\",\n \"createdBy\": \"exercitation voluptate est\",\n \"updatedDate\": \"2003-05-01T23:48:37.679Z\",\n \"updatedBy\": \"in ve\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"reprehenderit irure\",\n \"ex ut nulla\"\n ],\n \"setAdditionalFields\": [\n \"nisi officia sunt eu\",\n \"ea cupidatat\"\n ],\n \"avatarUrl\": \"reprehenderit elit qu\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product Group resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product Group resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Product Group", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "aute ut" }, { "key": "summary", "value": "velit Duis" }, { "key": "code", "value": "Lore" }, { "key": "type", "value": "in fugiat" }, { "key": "shortCode", "value": "fugiat" }, { "key": "createdDate", "value": "1969-12-09T00:17:48.866Z" }, { "key": "createdBy", "value": "exercitation voluptate est" }, { "key": "updatedDate", "value": "2003-05-01T23:48:37.679Z" }, { "key": "updatedBy", "value": "in ve" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "reprehenderit irure" }, { "key": "setFields", "value": "ex ut nulla" }, { "key": "setAdditionalFields", "value": "nisi officia sunt eu" }, { "key": "setAdditionalFields", "value": "ea cupidatat" }, { "key": "avatarUrl", "value": "reprehenderit elit qu" } ] }, "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to update" } ] } }, "response": [ { "name": "Returns the Product Group model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "aute ut" }, { "key": "summary", "value": "velit Duis" }, { "key": "code", "value": "Lore" }, { "key": "type", "value": "in fugiat" }, { "key": "shortCode", "value": "fugiat" }, { "key": "createdDate", "value": "1969-12-09T00:17:48.866Z" }, { "key": "createdBy", "value": "exercitation voluptate est" }, { "key": "updatedDate", "value": "2003-05-01T23:48:37.679Z" }, { "key": "updatedBy", "value": "in ve" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "reprehenderit irure" }, { "key": "setFields", "value": "ex ut nulla" }, { "key": "setAdditionalFields", "value": "nisi officia sunt eu" }, { "key": "setAdditionalFields", "value": "ea cupidatat" }, { "key": "avatarUrl", "value": "reprehenderit elit qu" } ] }, "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"aute ut\",\n \"summary\": \"velit Duis\",\n \"code\": \"Lore\",\n \"type\": \"in fugiat\",\n \"shortCode\": \"fugiat\",\n \"createdDate\": \"1969-12-09T00:17:48.866Z\",\n \"createdBy\": \"exercitation voluptate est\",\n \"updatedDate\": \"2003-05-01T23:48:37.679Z\",\n \"updatedBy\": \"in ve\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"reprehenderit irure\",\n \"ex ut nulla\"\n ],\n \"setAdditionalFields\": [\n \"nisi officia sunt eu\",\n \"ea cupidatat\"\n ],\n \"avatarUrl\": \"reprehenderit elit qu\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "aute ut" }, { "key": "summary", "value": "velit Duis" }, { "key": "code", "value": "Lore" }, { "key": "type", "value": "in fugiat" }, { "key": "shortCode", "value": "fugiat" }, { "key": "createdDate", "value": "1969-12-09T00:17:48.866Z" }, { "key": "createdBy", "value": "exercitation voluptate est" }, { "key": "updatedDate", "value": "2003-05-01T23:48:37.679Z" }, { "key": "updatedBy", "value": "in ve" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "reprehenderit irure" }, { "key": "setFields", "value": "ex ut nulla" }, { "key": "setAdditionalFields", "value": "nisi officia sunt eu" }, { "key": "setAdditionalFields", "value": "ea cupidatat" }, { "key": "avatarUrl", "value": "reprehenderit elit qu" } ] }, "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "aute ut" }, { "key": "summary", "value": "velit Duis" }, { "key": "code", "value": "Lore" }, { "key": "type", "value": "in fugiat" }, { "key": "shortCode", "value": "fugiat" }, { "key": "createdDate", "value": "1969-12-09T00:17:48.866Z" }, { "key": "createdBy", "value": "exercitation voluptate est" }, { "key": "updatedDate", "value": "2003-05-01T23:48:37.679Z" }, { "key": "updatedBy", "value": "in ve" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "reprehenderit irure" }, { "key": "setFields", "value": "ex ut nulla" }, { "key": "setAdditionalFields", "value": "nisi officia sunt eu" }, { "key": "setAdditionalFields", "value": "ea cupidatat" }, { "key": "avatarUrl", "value": "reprehenderit elit qu" } ] }, "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Product Group", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to delete" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Product Group", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "aute ut" }, { "key": "summary", "value": "velit Duis" }, { "key": "code", "value": "Lore" }, { "key": "type", "value": "in fugiat" }, { "key": "shortCode", "value": "fugiat" }, { "key": "createdDate", "value": "1969-12-09T00:17:48.866Z" }, { "key": "createdBy", "value": "exercitation voluptate est" }, { "key": "updatedDate", "value": "2003-05-01T23:48:37.679Z" }, { "key": "updatedBy", "value": "in ve" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "reprehenderit irure" }, { "key": "setFields", "value": "ex ut nulla" }, { "key": "setAdditionalFields", "value": "nisi officia sunt eu" }, { "key": "setAdditionalFields", "value": "ea cupidatat" }, { "key": "avatarUrl", "value": "reprehenderit elit qu" } ] }, "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to update" } ] } }, "response": [ { "name": "Returns the Product Group model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "aute ut" }, { "key": "summary", "value": "velit Duis" }, { "key": "code", "value": "Lore" }, { "key": "type", "value": "in fugiat" }, { "key": "shortCode", "value": "fugiat" }, { "key": "createdDate", "value": "1969-12-09T00:17:48.866Z" }, { "key": "createdBy", "value": "exercitation voluptate est" }, { "key": "updatedDate", "value": "2003-05-01T23:48:37.679Z" }, { "key": "updatedBy", "value": "in ve" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "reprehenderit irure" }, { "key": "setFields", "value": "ex ut nulla" }, { "key": "setAdditionalFields", "value": "nisi officia sunt eu" }, { "key": "setAdditionalFields", "value": "ea cupidatat" }, { "key": "avatarUrl", "value": "reprehenderit elit qu" } ] }, "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"aute ut\",\n \"summary\": \"velit Duis\",\n \"code\": \"Lore\",\n \"type\": \"in fugiat\",\n \"shortCode\": \"fugiat\",\n \"createdDate\": \"1969-12-09T00:17:48.866Z\",\n \"createdBy\": \"exercitation voluptate est\",\n \"updatedDate\": \"2003-05-01T23:48:37.679Z\",\n \"updatedBy\": \"in ve\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"reprehenderit irure\",\n \"ex ut nulla\"\n ],\n \"setAdditionalFields\": [\n \"nisi officia sunt eu\",\n \"ea cupidatat\"\n ],\n \"avatarUrl\": \"reprehenderit elit qu\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "aute ut" }, { "key": "summary", "value": "velit Duis" }, { "key": "code", "value": "Lore" }, { "key": "type", "value": "in fugiat" }, { "key": "shortCode", "value": "fugiat" }, { "key": "createdDate", "value": "1969-12-09T00:17:48.866Z" }, { "key": "createdBy", "value": "exercitation voluptate est" }, { "key": "updatedDate", "value": "2003-05-01T23:48:37.679Z" }, { "key": "updatedBy", "value": "in ve" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "reprehenderit irure" }, { "key": "setFields", "value": "ex ut nulla" }, { "key": "setAdditionalFields", "value": "nisi officia sunt eu" }, { "key": "setAdditionalFields", "value": "ea cupidatat" }, { "key": "avatarUrl", "value": "reprehenderit elit qu" } ] }, "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "aute ut" }, { "key": "summary", "value": "velit Duis" }, { "key": "code", "value": "Lore" }, { "key": "type", "value": "in fugiat" }, { "key": "shortCode", "value": "fugiat" }, { "key": "createdDate", "value": "1969-12-09T00:17:48.866Z" }, { "key": "createdBy", "value": "exercitation voluptate est" }, { "key": "updatedDate", "value": "2003-05-01T23:48:37.679Z" }, { "key": "updatedBy", "value": "in ve" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "reprehenderit irure" }, { "key": "setFields", "value": "ex ut nulla" }, { "key": "setAdditionalFields", "value": "nisi officia sunt eu" }, { "key": "setAdditionalFields", "value": "ea cupidatat" }, { "key": "avatarUrl", "value": "reprehenderit elit qu" } ] }, "url": { "raw": "{{baseUrl}}/aster/productgroups/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product Group resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Product Groups", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of Product Group models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Product Group", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "Excepteur in exercitation ea in" }, { "key": "summary", "value": "Lorem anim velit" }, { "key": "code", "value": "dolor" }, { "key": "type", "value": "Excepteur amet" }, { "key": "shortCode", "value": "deserunt voluptate ullamco" }, { "key": "createdDate", "value": "2003-01-21T03:08:46.496Z" }, { "key": "createdBy", "value": "veniam mollit" }, { "key": "updatedDate", "value": "2009-07-10T14:32:56.289Z" }, { "key": "updatedBy", "value": "magna labore consectetur i" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "eu anim sint" }, { "key": "setFields", "value": "ex elit" }, { "key": "setAdditionalFields", "value": "Excepteur nostrud labore id" }, { "key": "setAdditionalFields", "value": "cupidatat mollit enim" }, { "key": "avatarUrl", "value": "voluptate" } ] }, "url": { "raw": "{{baseUrl}}/aster/productgroups", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups" ] } }, "response": [ { "name": "Returns the Product Group model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "aute ut" }, { "key": "summary", "value": "velit Duis" }, { "key": "code", "value": "Lore" }, { "key": "type", "value": "in fugiat" }, { "key": "shortCode", "value": "fugiat" }, { "key": "createdDate", "value": "1969-12-09T00:17:48.866Z" }, { "key": "createdBy", "value": "exercitation voluptate est" }, { "key": "updatedDate", "value": "2003-05-01T23:48:37.679Z" }, { "key": "updatedBy", "value": "in ve" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "reprehenderit irure" }, { "key": "setFields", "value": "ex ut nulla" }, { "key": "setAdditionalFields", "value": "nisi officia sunt eu" }, { "key": "setAdditionalFields", "value": "ea cupidatat" }, { "key": "avatarUrl", "value": "reprehenderit elit qu" } ] }, "url": { "raw": "{{baseUrl}}/aster/productgroups", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"aute ut\",\n \"summary\": \"velit Duis\",\n \"code\": \"Lore\",\n \"type\": \"in fugiat\",\n \"shortCode\": \"fugiat\",\n \"createdDate\": \"1969-12-09T00:17:48.866Z\",\n \"createdBy\": \"exercitation voluptate est\",\n \"updatedDate\": \"2003-05-01T23:48:37.679Z\",\n \"updatedBy\": \"in ve\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"reprehenderit irure\",\n \"ex ut nulla\"\n ],\n \"setAdditionalFields\": [\n \"nisi officia sunt eu\",\n \"ea cupidatat\"\n ],\n \"avatarUrl\": \"reprehenderit elit qu\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "aute ut" }, { "key": "summary", "value": "velit Duis" }, { "key": "code", "value": "Lore" }, { "key": "type", "value": "in fugiat" }, { "key": "shortCode", "value": "fugiat" }, { "key": "createdDate", "value": "1969-12-09T00:17:48.866Z" }, { "key": "createdBy", "value": "exercitation voluptate est" }, { "key": "updatedDate", "value": "2003-05-01T23:48:37.679Z" }, { "key": "updatedBy", "value": "in ve" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "reprehenderit irure" }, { "key": "setFields", "value": "ex ut nulla" }, { "key": "setAdditionalFields", "value": "nisi officia sunt eu" }, { "key": "setAdditionalFields", "value": "ea cupidatat" }, { "key": "avatarUrl", "value": "reprehenderit elit qu" } ] }, "url": { "raw": "{{baseUrl}}/aster/productgroups", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "aute ut" }, { "key": "summary", "value": "velit Duis" }, { "key": "code", "value": "Lore" }, { "key": "type", "value": "in fugiat" }, { "key": "shortCode", "value": "fugiat" }, { "key": "createdDate", "value": "1969-12-09T00:17:48.866Z" }, { "key": "createdBy", "value": "exercitation voluptate est" }, { "key": "updatedDate", "value": "2003-05-01T23:48:37.679Z" }, { "key": "updatedBy", "value": "in ve" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "reprehenderit irure" }, { "key": "setFields", "value": "ex ut nulla" }, { "key": "setAdditionalFields", "value": "nisi officia sunt eu" }, { "key": "setAdditionalFields", "value": "ea cupidatat" }, { "key": "avatarUrl", "value": "reprehenderit elit qu" } ] }, "url": { "raw": "{{baseUrl}}/aster/productgroups", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for Product Groups", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", "meta" ] } }, "response": [ { "name": "Returns the field meta data for Product Groups", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/productgroups/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "productgroups", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "products", "item": [ { "name": "{id}", "item": [ { "name": "Get an Product", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Product resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "response": [ { "name": "Returns the Product model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"reprehenderit ullamco\",\n \"summary\": \"sit Ut\",\n \"productGroup\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"financialEntity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"taxCode\": \"velit aliqua ul\",\n \"code\": \"ea labore tempor esse anim\",\n \"manufacturer\": \"minim Duis magna occaecat non\",\n \"cost\": -76873974.08646701,\n \"price\": -47838800.816153124,\n \"tax\": 62790473.10115901,\n \"support\": 29361427.02896367,\n \"discount\": 84135051.53162056,\n \"timeUnit\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"nisi qui amet\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"culpa ut sit aliquip id\",\n \"createdDate\": \"2003-09-27T13:57:42.670Z\",\n \"createdBy\": \"nostrud consectetur voluptate ex\",\n \"updatedDate\": \"1952-05-20T14:53:07.829Z\",\n \"updatedBy\": \"ex qui id esse velit\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"Duis sunt cupidatat ipsum\",\n \"magna ut\"\n ],\n \"setAdditionalFields\": [\n \"commodo pariatur magna adipisicing\",\n \"esse aliquip id enim dolor\"\n ],\n \"avatarUrl\": \"dolore ad enim quis cupidatat\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Product resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Product", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "reprehenderit ullamco" }, { "key": "summary", "value": "sit Ut" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "taxCode", "value": "velit aliqua ul" }, { "key": "code", "value": "ea labore tempor esse anim" }, { "key": "manufacturer", "value": "minim Duis magna occaecat non" }, { "key": "cost", "value": "-76873974.08646701" }, { "key": "price", "value": "-47838800.816153124" }, { "key": "tax", "value": "62790473.10115901" }, { "key": "support", "value": "29361427.02896367" }, { "key": "discount", "value": "84135051.53162056" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "nisi qui amet" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "culpa ut sit aliquip id" }, { "key": "createdDate", "value": "2003-09-27T13:57:42.670Z" }, { "key": "createdBy", "value": "nostrud consectetur voluptate ex" }, { "key": "updatedDate", "value": "1952-05-20T14:53:07.829Z" }, { "key": "updatedBy", "value": "ex qui id esse velit" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Duis sunt cupidatat ipsum" }, { "key": "setFields", "value": "magna ut" }, { "key": "setAdditionalFields", "value": "commodo pariatur magna adipisicing" }, { "key": "setAdditionalFields", "value": "esse aliquip id enim dolor" }, { "key": "avatarUrl", "value": "dolore ad enim quis cupidatat" } ] }, "url": { "raw": "{{baseUrl}}/aster/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "response": [ { "name": "Returns the Product model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"reprehenderit ullamco\",\n \"summary\": \"sit Ut\",\n \"productGroup\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"financialEntity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"taxCode\": \"velit aliqua ul\",\n \"code\": \"ea labore tempor esse anim\",\n \"manufacturer\": \"minim Duis magna occaecat non\",\n \"cost\": -76873974.08646701,\n \"price\": -47838800.816153124,\n \"tax\": 62790473.10115901,\n \"support\": 29361427.02896367,\n \"discount\": 84135051.53162056,\n \"timeUnit\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"nisi qui amet\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"culpa ut sit aliquip id\",\n \"createdDate\": \"2003-09-27T13:57:42.670Z\",\n \"createdBy\": \"nostrud consectetur voluptate ex\",\n \"updatedDate\": \"1952-05-20T14:53:07.829Z\",\n \"updatedBy\": \"ex qui id esse velit\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"Duis sunt cupidatat ipsum\",\n \"magna ut\"\n ],\n \"setAdditionalFields\": [\n \"commodo pariatur magna adipisicing\",\n \"esse aliquip id enim dolor\"\n ],\n \"avatarUrl\": \"dolore ad enim quis cupidatat\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Product", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Product", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "reprehenderit ullamco" }, { "key": "summary", "value": "sit Ut" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "taxCode", "value": "velit aliqua ul" }, { "key": "code", "value": "ea labore tempor esse anim" }, { "key": "manufacturer", "value": "minim Duis magna occaecat non" }, { "key": "cost", "value": "-76873974.08646701" }, { "key": "price", "value": "-47838800.816153124" }, { "key": "tax", "value": "62790473.10115901" }, { "key": "support", "value": "29361427.02896367" }, { "key": "discount", "value": "84135051.53162056" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "nisi qui amet" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "culpa ut sit aliquip id" }, { "key": "createdDate", "value": "2003-09-27T13:57:42.670Z" }, { "key": "createdBy", "value": "nostrud consectetur voluptate ex" }, { "key": "updatedDate", "value": "1952-05-20T14:53:07.829Z" }, { "key": "updatedBy", "value": "ex qui id esse velit" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Duis sunt cupidatat ipsum" }, { "key": "setFields", "value": "magna ut" }, { "key": "setAdditionalFields", "value": "commodo pariatur magna adipisicing" }, { "key": "setAdditionalFields", "value": "esse aliquip id enim dolor" }, { "key": "avatarUrl", "value": "dolore ad enim quis cupidatat" } ] }, "url": { "raw": "{{baseUrl}}/aster/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "response": [ { "name": "Returns the Product model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "reprehenderit ullamco" }, { "key": "summary", "value": "sit Ut" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "taxCode", "value": "velit aliqua ul" }, { "key": "code", "value": "ea labore tempor esse anim" }, { "key": "manufacturer", "value": "minim Duis magna occaecat non" }, { "key": "cost", "value": "-76873974.08646701" }, { "key": "price", "value": "-47838800.816153124" }, { "key": "tax", "value": "62790473.10115901" }, { "key": "support", "value": "29361427.02896367" }, { "key": "discount", "value": "84135051.53162056" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "nisi qui amet" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "culpa ut sit aliquip id" }, { "key": "createdDate", "value": "2003-09-27T13:57:42.670Z" }, { "key": "createdBy", "value": "nostrud consectetur voluptate ex" }, { "key": "updatedDate", "value": "1952-05-20T14:53:07.829Z" }, { "key": "updatedBy", "value": "ex qui id esse velit" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Duis sunt cupidatat ipsum" }, { "key": "setFields", "value": "magna ut" }, { "key": "setAdditionalFields", "value": "commodo pariatur magna adipisicing" }, { "key": "setAdditionalFields", "value": "esse aliquip id enim dolor" }, { "key": "avatarUrl", "value": "dolore ad enim quis cupidatat" } ] }, "url": { "raw": "{{baseUrl}}/aster/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"reprehenderit ullamco\",\n \"summary\": \"sit Ut\",\n \"productGroup\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"financialEntity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"taxCode\": \"velit aliqua ul\",\n \"code\": \"ea labore tempor esse anim\",\n \"manufacturer\": \"minim Duis magna occaecat non\",\n \"cost\": -76873974.08646701,\n \"price\": -47838800.816153124,\n \"tax\": 62790473.10115901,\n \"support\": 29361427.02896367,\n \"discount\": 84135051.53162056,\n \"timeUnit\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"nisi qui amet\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"culpa ut sit aliquip id\",\n \"createdDate\": \"2003-09-27T13:57:42.670Z\",\n \"createdBy\": \"nostrud consectetur voluptate ex\",\n \"updatedDate\": \"1952-05-20T14:53:07.829Z\",\n \"updatedBy\": \"ex qui id esse velit\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"Duis sunt cupidatat ipsum\",\n \"magna ut\"\n ],\n \"setAdditionalFields\": [\n \"commodo pariatur magna adipisicing\",\n \"esse aliquip id enim dolor\"\n ],\n \"avatarUrl\": \"dolore ad enim quis cupidatat\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "reprehenderit ullamco" }, { "key": "summary", "value": "sit Ut" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "taxCode", "value": "velit aliqua ul" }, { "key": "code", "value": "ea labore tempor esse anim" }, { "key": "manufacturer", "value": "minim Duis magna occaecat non" }, { "key": "cost", "value": "-76873974.08646701" }, { "key": "price", "value": "-47838800.816153124" }, { "key": "tax", "value": "62790473.10115901" }, { "key": "support", "value": "29361427.02896367" }, { "key": "discount", "value": "84135051.53162056" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "nisi qui amet" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "culpa ut sit aliquip id" }, { "key": "createdDate", "value": "2003-09-27T13:57:42.670Z" }, { "key": "createdBy", "value": "nostrud consectetur voluptate ex" }, { "key": "updatedDate", "value": "1952-05-20T14:53:07.829Z" }, { "key": "updatedBy", "value": "ex qui id esse velit" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Duis sunt cupidatat ipsum" }, { "key": "setFields", "value": "magna ut" }, { "key": "setAdditionalFields", "value": "commodo pariatur magna adipisicing" }, { "key": "setAdditionalFields", "value": "esse aliquip id enim dolor" }, { "key": "avatarUrl", "value": "dolore ad enim quis cupidatat" } ] }, "url": { "raw": "{{baseUrl}}/aster/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "reprehenderit ullamco" }, { "key": "summary", "value": "sit Ut" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "taxCode", "value": "velit aliqua ul" }, { "key": "code", "value": "ea labore tempor esse anim" }, { "key": "manufacturer", "value": "minim Duis magna occaecat non" }, { "key": "cost", "value": "-76873974.08646701" }, { "key": "price", "value": "-47838800.816153124" }, { "key": "tax", "value": "62790473.10115901" }, { "key": "support", "value": "29361427.02896367" }, { "key": "discount", "value": "84135051.53162056" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "nisi qui amet" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "culpa ut sit aliquip id" }, { "key": "createdDate", "value": "2003-09-27T13:57:42.670Z" }, { "key": "createdBy", "value": "nostrud consectetur voluptate ex" }, { "key": "updatedDate", "value": "1952-05-20T14:53:07.829Z" }, { "key": "updatedBy", "value": "ex qui id esse velit" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "Duis sunt cupidatat ipsum" }, { "key": "setFields", "value": "magna ut" }, { "key": "setAdditionalFields", "value": "commodo pariatur magna adipisicing" }, { "key": "setAdditionalFields", "value": "esse aliquip id enim dolor" }, { "key": "avatarUrl", "value": "dolore ad enim quis cupidatat" } ] }, "url": { "raw": "{{baseUrl}}/aster/products/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Product resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Products", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/products?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of Product models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/products?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/products?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Product", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "irure ut in reprehenderit" }, { "key": "summary", "value": "in reprehenderit aute" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "taxCode", "value": "elit sed proident dolor" }, { "key": "code", "value": "consequat enim Duis" }, { "key": "manufacturer", "value": "aliquip non sit" }, { "key": "cost", "value": "98972833.53903666" }, { "key": "price", "value": "17830201.291903377" }, { "key": "tax", "value": "90611459.27258977" }, { "key": "support", "value": "-16454936.938110486" }, { "key": "discount", "value": "-77728188.2672196" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "nisi " }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "proident ea labore irure" }, { "key": "createdDate", "value": "1989-12-20T21:39:24.549Z" }, { "key": "createdBy", "value": "laborum in sed nostrud" }, { "key": "updatedDate", "value": "1995-03-17T12:30:51.359Z" }, { "key": "updatedBy", "value": "reprehenderit sint deserunt" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "velit Excepteur L" }, { "key": "setFields", "value": "qui ad" }, { "key": "setAdditionalFields", "value": "dolore in est ullamco" }, { "key": "setAdditionalFields", "value": "ut sed in tempor" }, { "key": "avatarUrl", "value": "occaecat amet nostrud" } ] }, "url": { "raw": "{{baseUrl}}/aster/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products" ] } }, "response": [ { "name": "Returns the Product model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"reprehenderit ullamco\",\n \"summary\": \"sit Ut\",\n \"productGroup\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"financialEntity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"taxCode\": \"velit aliqua ul\",\n \"code\": \"ea labore tempor esse anim\",\n \"manufacturer\": \"minim Duis magna occaecat non\",\n \"cost\": -76873974.08646701,\n \"price\": -47838800.816153124,\n \"tax\": 62790473.10115901,\n \"support\": 29361427.02896367,\n \"discount\": 84135051.53162056,\n \"timeUnit\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"nisi qui amet\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"culpa ut sit aliquip id\",\n \"createdDate\": \"2003-09-27T13:57:42.670Z\",\n \"createdBy\": \"nostrud consectetur voluptate ex\",\n \"updatedDate\": \"1952-05-20T14:53:07.829Z\",\n \"updatedBy\": \"ex qui id esse velit\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"Duis sunt cupidatat ipsum\",\n \"magna ut\"\n ],\n \"setAdditionalFields\": [\n \"commodo pariatur magna adipisicing\",\n \"esse aliquip id enim dolor\"\n ],\n \"avatarUrl\": \"dolore ad enim quis cupidatat\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/products", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/products/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "products", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "profiles", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded sucessfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements", "item": [ { "name": "Returns a list of Agreements for a Profile.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile to get the Agreements for." } ] } }, "response": [ { "name": "Agreements have been retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile to get the Agreements for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile to get the Agreements for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile to get the Agreements for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an eSign agreement", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "files", "value": "commodo ullamco aliquip", "description": "(Required) " }, { "key": "files", "value": "deserunt dolore sunt", "description": "(Required) " }, { "key": "name", "value": "enim dolor qui sunt", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "externalSocialAuthenticationId", "value": "Lorem aliqua", "description": "(Required) " }, { "key": "comments", "value": "nostrud elit commodo" }, { "key": "completeInOrder", "value": "true" }, { "key": "frequency", "value": "{\"value\":\"\"}" }, { "key": "delay", "value": "{\"value\":\"\"}" }, { "key": "showOnPortal", "value": "true" }, { "key": "requiresTwoFactor", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/profiles/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Profile" } ] } }, "response": [ { "name": "Agreement submited to signature Provider succesfully.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Profile" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Profile" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Profile" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Profile not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Profile" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get an Profile", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Profile resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Profile resource" } ] } }, "response": [ { "name": "Returns the Profile model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Profile resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"id\": \"nostrud dolor amet est\",\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"label\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"enim id\",\n \"externalReference\": \"dolor est nulla\",\n \"reference\": \"Lorem amet magna qui mollit\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"sed labore veniam\",\n \"createdDate\": \"1984-04-16T21:08:02.469Z\",\n \"createdBy\": \"nulla irure id elit Ut\",\n \"updatedDate\": \"1958-11-15T12:58:36.507Z\",\n \"updatedBy\": \"Lorem velit non minim\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"enim pariatur\",\n \"incididunt laboris laborum cupidatat dolore\"\n ],\n \"setAdditionalFields\": [\n \"officia ullamco aliquip nisi enim\",\n \"nisi eiusmod labore occaecat sint\"\n ],\n \"avatarUrl\": \"Ut deserunt dolor nisi\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Profile resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Profile resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Profile", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "nostrud dolor amet est" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "enim id" }, { "key": "externalReference", "value": "dolor est nulla" }, { "key": "reference", "value": "Lorem amet magna qui mollit" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "sed labore veniam" }, { "key": "createdDate", "value": "1984-04-16T21:08:02.469Z" }, { "key": "createdBy", "value": "nulla irure id elit Ut" }, { "key": "updatedDate", "value": "1958-11-15T12:58:36.507Z" }, { "key": "updatedBy", "value": "Lorem velit non minim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "enim pariatur" }, { "key": "setFields", "value": "incididunt laboris laborum cupidatat dolore" }, { "key": "setAdditionalFields", "value": "officia ullamco aliquip nisi enim" }, { "key": "setAdditionalFields", "value": "nisi eiusmod labore occaecat sint" }, { "key": "avatarUrl", "value": "Ut deserunt dolor nisi" } ] }, "url": { "raw": "{{baseUrl}}/aster/profiles/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile resource to update" } ] } }, "response": [ { "name": "Returns the Profile model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"id\": \"nostrud dolor amet est\",\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"label\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"enim id\",\n \"externalReference\": \"dolor est nulla\",\n \"reference\": \"Lorem amet magna qui mollit\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"sed labore veniam\",\n \"createdDate\": \"1984-04-16T21:08:02.469Z\",\n \"createdBy\": \"nulla irure id elit Ut\",\n \"updatedDate\": \"1958-11-15T12:58:36.507Z\",\n \"updatedBy\": \"Lorem velit non minim\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"enim pariatur\",\n \"incididunt laboris laborum cupidatat dolore\"\n ],\n \"setAdditionalFields\": [\n \"officia ullamco aliquip nisi enim\",\n \"nisi eiusmod labore occaecat sint\"\n ],\n \"avatarUrl\": \"Ut deserunt dolor nisi\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Profile", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Profile", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "nostrud dolor amet est" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "enim id" }, { "key": "externalReference", "value": "dolor est nulla" }, { "key": "reference", "value": "Lorem amet magna qui mollit" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "sed labore veniam" }, { "key": "createdDate", "value": "1984-04-16T21:08:02.469Z" }, { "key": "createdBy", "value": "nulla irure id elit Ut" }, { "key": "updatedDate", "value": "1958-11-15T12:58:36.507Z" }, { "key": "updatedBy", "value": "Lorem velit non minim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "enim pariatur" }, { "key": "setFields", "value": "incididunt laboris laborum cupidatat dolore" }, { "key": "setAdditionalFields", "value": "officia ullamco aliquip nisi enim" }, { "key": "setAdditionalFields", "value": "nisi eiusmod labore occaecat sint" }, { "key": "avatarUrl", "value": "Ut deserunt dolor nisi" } ] }, "url": { "raw": "{{baseUrl}}/aster/profiles/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile resource to update" } ] } }, "response": [ { "name": "Returns the Profile model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "nostrud dolor amet est" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "enim id" }, { "key": "externalReference", "value": "dolor est nulla" }, { "key": "reference", "value": "Lorem amet magna qui mollit" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "sed labore veniam" }, { "key": "createdDate", "value": "1984-04-16T21:08:02.469Z" }, { "key": "createdBy", "value": "nulla irure id elit Ut" }, { "key": "updatedDate", "value": "1958-11-15T12:58:36.507Z" }, { "key": "updatedBy", "value": "Lorem velit non minim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "enim pariatur" }, { "key": "setFields", "value": "incididunt laboris laborum cupidatat dolore" }, { "key": "setAdditionalFields", "value": "officia ullamco aliquip nisi enim" }, { "key": "setAdditionalFields", "value": "nisi eiusmod labore occaecat sint" }, { "key": "avatarUrl", "value": "Ut deserunt dolor nisi" } ] }, "url": { "raw": "{{baseUrl}}/aster/profiles/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"id\": \"nostrud dolor amet est\",\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"label\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"enim id\",\n \"externalReference\": \"dolor est nulla\",\n \"reference\": \"Lorem amet magna qui mollit\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"sed labore veniam\",\n \"createdDate\": \"1984-04-16T21:08:02.469Z\",\n \"createdBy\": \"nulla irure id elit Ut\",\n \"updatedDate\": \"1958-11-15T12:58:36.507Z\",\n \"updatedBy\": \"Lorem velit non minim\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"enim pariatur\",\n \"incididunt laboris laborum cupidatat dolore\"\n ],\n \"setAdditionalFields\": [\n \"officia ullamco aliquip nisi enim\",\n \"nisi eiusmod labore occaecat sint\"\n ],\n \"avatarUrl\": \"Ut deserunt dolor nisi\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "nostrud dolor amet est" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "enim id" }, { "key": "externalReference", "value": "dolor est nulla" }, { "key": "reference", "value": "Lorem amet magna qui mollit" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "sed labore veniam" }, { "key": "createdDate", "value": "1984-04-16T21:08:02.469Z" }, { "key": "createdBy", "value": "nulla irure id elit Ut" }, { "key": "updatedDate", "value": "1958-11-15T12:58:36.507Z" }, { "key": "updatedBy", "value": "Lorem velit non minim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "enim pariatur" }, { "key": "setFields", "value": "incididunt laboris laborum cupidatat dolore" }, { "key": "setAdditionalFields", "value": "officia ullamco aliquip nisi enim" }, { "key": "setAdditionalFields", "value": "nisi eiusmod labore occaecat sint" }, { "key": "avatarUrl", "value": "Ut deserunt dolor nisi" } ] }, "url": { "raw": "{{baseUrl}}/aster/profiles/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "nostrud dolor amet est" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "enim id" }, { "key": "externalReference", "value": "dolor est nulla" }, { "key": "reference", "value": "Lorem amet magna qui mollit" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "sed labore veniam" }, { "key": "createdDate", "value": "1984-04-16T21:08:02.469Z" }, { "key": "createdBy", "value": "nulla irure id elit Ut" }, { "key": "updatedDate", "value": "1958-11-15T12:58:36.507Z" }, { "key": "updatedBy", "value": "Lorem velit non minim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "enim pariatur" }, { "key": "setFields", "value": "incididunt laboris laborum cupidatat dolore" }, { "key": "setAdditionalFields", "value": "officia ullamco aliquip nisi enim" }, { "key": "setAdditionalFields", "value": "nisi eiusmod labore occaecat sint" }, { "key": "avatarUrl", "value": "Ut deserunt dolor nisi" } ] }, "url": { "raw": "{{baseUrl}}/aster/profiles/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Profile resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "documentproduction", "item": [ { "name": "Create document production jobs", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" }, { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/profiles/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", "documentproduction", "jobs" ] } }, "response": [ { "name": "Returns collection of job ids", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", "documentproduction", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", "documentproduction", "jobs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get document production templates", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", "documentproduction", "templates" ] } }, "response": [ { "name": "Returns collection of templates", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", "documentproduction", "templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] } ] }, { "name": "Get a list of Profiles", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of Profile models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Profile", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "do quis nisi aliquip" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "eu mollit Lorem esse" }, { "key": "externalReference", "value": "reprehenderit Excepteur" }, { "key": "reference", "value": "Excepteur reprehenderit dolor" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "cillum nulla" }, { "key": "createdDate", "value": "2010-01-04T19:16:26.976Z" }, { "key": "createdBy", "value": "et" }, { "key": "updatedDate", "value": "2005-12-30T17:19:35.971Z" }, { "key": "updatedBy", "value": "laboris nostrud ad enim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "laborum sit amet" }, { "key": "setFields", "value": "dolor nulla" }, { "key": "setAdditionalFields", "value": "ea dolore" }, { "key": "setAdditionalFields", "value": "sed deserunt" }, { "key": "avatarUrl", "value": "repreh" } ] }, "url": { "raw": "{{baseUrl}}/aster/profiles", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles" ] } }, "response": [ { "name": "Returns the Profile model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"id\": \"nostrud dolor amet est\",\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"label\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"enim id\",\n \"externalReference\": \"dolor est nulla\",\n \"reference\": \"Lorem amet magna qui mollit\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"sed labore veniam\",\n \"createdDate\": \"1984-04-16T21:08:02.469Z\",\n \"createdBy\": \"nulla irure id elit Ut\",\n \"updatedDate\": \"1958-11-15T12:58:36.507Z\",\n \"updatedBy\": \"Lorem velit non minim\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"enim pariatur\",\n \"incididunt laboris laborum cupidatat dolore\"\n ],\n \"setAdditionalFields\": [\n \"officia ullamco aliquip nisi enim\",\n \"nisi eiusmod labore occaecat sint\"\n ],\n \"avatarUrl\": \"Ut deserunt dolor nisi\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/profiles/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "profiles", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "projectactivities", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded sucessfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements", "item": [ { "name": "Returns a list of Agreements for a Project Activity.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project Activity to get the Agreements for." } ] } }, "response": [ { "name": "Agreements have been retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project Activity to get the Agreements for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project Activity to get the Agreements for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project Activity to get the Agreements for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an eSign agreement", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "files", "value": "commodo ullamco aliquip", "description": "(Required) " }, { "key": "files", "value": "deserunt dolore sunt", "description": "(Required) " }, { "key": "name", "value": "enim dolor qui sunt", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "externalSocialAuthenticationId", "value": "Lorem aliqua", "description": "(Required) " }, { "key": "comments", "value": "nostrud elit commodo" }, { "key": "completeInOrder", "value": "true" }, { "key": "frequency", "value": "{\"value\":\"\"}" }, { "key": "delay", "value": "{\"value\":\"\"}" }, { "key": "showOnPortal", "value": "true" }, { "key": "requiresTwoFactor", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Project Activity" } ] } }, "response": [ { "name": "Agreement submited to signature Provider succesfully.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Project Activity" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Project Activity" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Project Activity" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Project Activity not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Project Activity" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get an ProjectActivity", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the ProjectActivity resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested ProjectActivity resource" } ] } }, "response": [ { "name": "Returns the ProjectActivity model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested ProjectActivity resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"project\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"sed\",\n \"id\": \"ad laborum\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"enim nulla\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"anim Excepteur ut\",\n \"startDate\": \"1969-08-09T13:30:24.818Z\",\n \"dueDate\": \"1994-05-02T18:39:25.842Z\",\n \"completedDate\": \"1983-01-03T05:49:12.689Z\",\n \"percentComplete\": -63289769.49314673,\n \"complete\": true,\n \"billingInformation\": \"aliquip\",\n \"private\": false,\n \"reference\": \"exercitation id\",\n \"reminder\": true,\n \"showOnCalendar\": true,\n \"exported\": true,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"\",\n \"createdDate\": \"2011-04-26T16:31:15.244Z\",\n \"createdBy\": \"in ex mollit consequat\",\n \"updatedDate\": \"1945-07-01T03:16:48.481Z\",\n \"updatedBy\": \"est amet\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint proident in\",\n \"eiusm\"\n ],\n \"setAdditionalFields\": [\n \"sit eiusmod id sint\",\n \"enim laboris\"\n ],\n \"avatarUrl\": \"eu dolor\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested ProjectActivity resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested ProjectActivity resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a ProjectActivity", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sed" }, { "key": "id", "value": "ad laborum" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "enim nulla" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "anim Excepteur ut" }, { "key": "startDate", "value": "1969-08-09T13:30:24.818Z" }, { "key": "dueDate", "value": "1994-05-02T18:39:25.842Z" }, { "key": "completedDate", "value": "1983-01-03T05:49:12.689Z" }, { "key": "percentComplete", "value": "-63289769.49314673" }, { "key": "complete", "value": "true" }, { "key": "billingInformation", "value": "aliquip" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "exercitation id" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "true" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "" }, { "key": "createdDate", "value": "2011-04-26T16:31:15.244Z" }, { "key": "createdBy", "value": "in ex mollit consequat" }, { "key": "updatedDate", "value": "1945-07-01T03:16:48.481Z" }, { "key": "updatedBy", "value": "est amet" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint proident in" }, { "key": "setFields", "value": "eiusm" }, { "key": "setAdditionalFields", "value": "sit eiusmod id sint" }, { "key": "setAdditionalFields", "value": "enim laboris" }, { "key": "avatarUrl", "value": "eu dolor" } ] }, "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the ProjectActivity resource to update" } ] } }, "response": [ { "name": "Returns the ProjectActivity model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the ProjectActivity resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"project\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"sed\",\n \"id\": \"ad laborum\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"enim nulla\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"anim Excepteur ut\",\n \"startDate\": \"1969-08-09T13:30:24.818Z\",\n \"dueDate\": \"1994-05-02T18:39:25.842Z\",\n \"completedDate\": \"1983-01-03T05:49:12.689Z\",\n \"percentComplete\": -63289769.49314673,\n \"complete\": true,\n \"billingInformation\": \"aliquip\",\n \"private\": false,\n \"reference\": \"exercitation id\",\n \"reminder\": true,\n \"showOnCalendar\": true,\n \"exported\": true,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"\",\n \"createdDate\": \"2011-04-26T16:31:15.244Z\",\n \"createdBy\": \"in ex mollit consequat\",\n \"updatedDate\": \"1945-07-01T03:16:48.481Z\",\n \"updatedBy\": \"est amet\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint proident in\",\n \"eiusm\"\n ],\n \"setAdditionalFields\": [\n \"sit eiusmod id sint\",\n \"enim laboris\"\n ],\n \"avatarUrl\": \"eu dolor\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the ProjectActivity resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the ProjectActivity resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Project Activity", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project Activity resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project Activity resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project Activity resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project Activity resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Project Activity", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sed" }, { "key": "id", "value": "ad laborum" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "enim nulla" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "anim Excepteur ut" }, { "key": "startDate", "value": "1969-08-09T13:30:24.818Z" }, { "key": "dueDate", "value": "1994-05-02T18:39:25.842Z" }, { "key": "completedDate", "value": "1983-01-03T05:49:12.689Z" }, { "key": "percentComplete", "value": "-63289769.49314673" }, { "key": "complete", "value": "true" }, { "key": "billingInformation", "value": "aliquip" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "exercitation id" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "true" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "" }, { "key": "createdDate", "value": "2011-04-26T16:31:15.244Z" }, { "key": "createdBy", "value": "in ex mollit consequat" }, { "key": "updatedDate", "value": "1945-07-01T03:16:48.481Z" }, { "key": "updatedBy", "value": "est amet" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint proident in" }, { "key": "setFields", "value": "eiusm" }, { "key": "setAdditionalFields", "value": "sit eiusmod id sint" }, { "key": "setAdditionalFields", "value": "enim laboris" }, { "key": "avatarUrl", "value": "eu dolor" } ] }, "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project Activities resource to update" } ] } }, "response": [ { "name": "Returns the Project Activities model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sed" }, { "key": "id", "value": "ad laborum" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "enim nulla" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "anim Excepteur ut" }, { "key": "startDate", "value": "1969-08-09T13:30:24.818Z" }, { "key": "dueDate", "value": "1994-05-02T18:39:25.842Z" }, { "key": "completedDate", "value": "1983-01-03T05:49:12.689Z" }, { "key": "percentComplete", "value": "-63289769.49314673" }, { "key": "complete", "value": "true" }, { "key": "billingInformation", "value": "aliquip" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "exercitation id" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "true" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "" }, { "key": "createdDate", "value": "2011-04-26T16:31:15.244Z" }, { "key": "createdBy", "value": "in ex mollit consequat" }, { "key": "updatedDate", "value": "1945-07-01T03:16:48.481Z" }, { "key": "updatedBy", "value": "est amet" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint proident in" }, { "key": "setFields", "value": "eiusm" }, { "key": "setAdditionalFields", "value": "sit eiusmod id sint" }, { "key": "setAdditionalFields", "value": "enim laboris" }, { "key": "avatarUrl", "value": "eu dolor" } ] }, "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project Activities resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"project\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"sed\",\n \"id\": \"ad laborum\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"enim nulla\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"anim Excepteur ut\",\n \"startDate\": \"1969-08-09T13:30:24.818Z\",\n \"dueDate\": \"1994-05-02T18:39:25.842Z\",\n \"completedDate\": \"1983-01-03T05:49:12.689Z\",\n \"percentComplete\": -63289769.49314673,\n \"complete\": true,\n \"billingInformation\": \"aliquip\",\n \"private\": false,\n \"reference\": \"exercitation id\",\n \"reminder\": true,\n \"showOnCalendar\": true,\n \"exported\": true,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"\",\n \"createdDate\": \"2011-04-26T16:31:15.244Z\",\n \"createdBy\": \"in ex mollit consequat\",\n \"updatedDate\": \"1945-07-01T03:16:48.481Z\",\n \"updatedBy\": \"est amet\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint proident in\",\n \"eiusm\"\n ],\n \"setAdditionalFields\": [\n \"sit eiusmod id sint\",\n \"enim laboris\"\n ],\n \"avatarUrl\": \"eu dolor\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sed" }, { "key": "id", "value": "ad laborum" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "enim nulla" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "anim Excepteur ut" }, { "key": "startDate", "value": "1969-08-09T13:30:24.818Z" }, { "key": "dueDate", "value": "1994-05-02T18:39:25.842Z" }, { "key": "completedDate", "value": "1983-01-03T05:49:12.689Z" }, { "key": "percentComplete", "value": "-63289769.49314673" }, { "key": "complete", "value": "true" }, { "key": "billingInformation", "value": "aliquip" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "exercitation id" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "true" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "" }, { "key": "createdDate", "value": "2011-04-26T16:31:15.244Z" }, { "key": "createdBy", "value": "in ex mollit consequat" }, { "key": "updatedDate", "value": "1945-07-01T03:16:48.481Z" }, { "key": "updatedBy", "value": "est amet" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint proident in" }, { "key": "setFields", "value": "eiusm" }, { "key": "setAdditionalFields", "value": "sit eiusmod id sint" }, { "key": "setAdditionalFields", "value": "enim laboris" }, { "key": "avatarUrl", "value": "eu dolor" } ] }, "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project Activities resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sed" }, { "key": "id", "value": "ad laborum" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "enim nulla" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "anim Excepteur ut" }, { "key": "startDate", "value": "1969-08-09T13:30:24.818Z" }, { "key": "dueDate", "value": "1994-05-02T18:39:25.842Z" }, { "key": "completedDate", "value": "1983-01-03T05:49:12.689Z" }, { "key": "percentComplete", "value": "-63289769.49314673" }, { "key": "complete", "value": "true" }, { "key": "billingInformation", "value": "aliquip" }, { "key": "private", "value": "false" }, { "key": "reference", "value": "exercitation id" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "true" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "" }, { "key": "createdDate", "value": "2011-04-26T16:31:15.244Z" }, { "key": "createdBy", "value": "in ex mollit consequat" }, { "key": "updatedDate", "value": "1945-07-01T03:16:48.481Z" }, { "key": "updatedBy", "value": "est amet" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "sint proident in" }, { "key": "setFields", "value": "eiusm" }, { "key": "setAdditionalFields", "value": "sit eiusmod id sint" }, { "key": "setAdditionalFields", "value": "enim laboris" }, { "key": "avatarUrl", "value": "eu dolor" } ] }, "url": { "raw": "{{baseUrl}}/aster/projectactivities/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project Activities resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "documentproduction", "item": [ { "name": "Create document production jobs", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" }, { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/projectactivities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", "documentproduction", "jobs" ] } }, "response": [ { "name": "Returns collection of job ids", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", "documentproduction", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", "documentproduction", "jobs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get document production templates", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", "documentproduction", "templates" ] } }, "response": [ { "name": "Returns collection of templates", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", "documentproduction", "templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] } ] }, { "name": "Get a list of ProjectActivities", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of ProjectActivity models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a ProjectActivity", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "culpa" }, { "key": "id", "value": "cupidatat" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "veniam cillum" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "duration", "value": "culpa ad" }, { "key": "startDate", "value": "2001-06-11T01:14:17.394Z" }, { "key": "dueDate", "value": "2017-03-16T21:26:27.280Z" }, { "key": "completedDate", "value": "2011-10-17T19:17:30.880Z" }, { "key": "percentComplete", "value": "-41454408.688686505" }, { "key": "complete", "value": "false" }, { "key": "billingInformation", "value": "esse proid" }, { "key": "private", "value": "true" }, { "key": "reference", "value": "sit" }, { "key": "reminder", "value": "true" }, { "key": "showOnCalendar", "value": "false" }, { "key": "exported", "value": "true" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "qui" }, { "key": "createdDate", "value": "1952-11-20T16:37:31.258Z" }, { "key": "createdBy", "value": "et" }, { "key": "updatedDate", "value": "1975-02-11T20:57:43.692Z" }, { "key": "updatedBy", "value": "non ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "adipisicing non in occaecat" }, { "key": "setFields", "value": "ipsum" }, { "key": "setAdditionalFields", "value": "elit aliquip" }, { "key": "setAdditionalFields", "value": "proident" }, { "key": "avatarUrl", "value": "ex non" } ] }, "url": { "raw": "{{baseUrl}}/aster/projectactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities" ] } }, "response": [ { "name": "Returns the ProjectActivity model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"project\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"sed\",\n \"id\": \"ad laborum\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"enim nulla\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"duration\": \"anim Excepteur ut\",\n \"startDate\": \"1969-08-09T13:30:24.818Z\",\n \"dueDate\": \"1994-05-02T18:39:25.842Z\",\n \"completedDate\": \"1983-01-03T05:49:12.689Z\",\n \"percentComplete\": -63289769.49314673,\n \"complete\": true,\n \"billingInformation\": \"aliquip\",\n \"private\": false,\n \"reference\": \"exercitation id\",\n \"reminder\": true,\n \"showOnCalendar\": true,\n \"exported\": true,\n \"priority\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"status\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"\",\n \"createdDate\": \"2011-04-26T16:31:15.244Z\",\n \"createdBy\": \"in ex mollit consequat\",\n \"updatedDate\": \"1945-07-01T03:16:48.481Z\",\n \"updatedBy\": \"est amet\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint proident in\",\n \"eiusm\"\n ],\n \"setAdditionalFields\": [\n \"sit eiusmod id sint\",\n \"enim laboris\"\n ],\n \"avatarUrl\": \"eu dolor\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projectactivities/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projectactivities", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "projects", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded sucessfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements", "item": [ { "name": "Returns a list of Agreements for a Project.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project to get the Agreements for." } ] } }, "response": [ { "name": "Agreements have been retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project to get the Agreements for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project to get the Agreements for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project to get the Agreements for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an eSign agreement", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "files", "value": "commodo ullamco aliquip", "description": "(Required) " }, { "key": "files", "value": "deserunt dolore sunt", "description": "(Required) " }, { "key": "name", "value": "enim dolor qui sunt", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "externalSocialAuthenticationId", "value": "Lorem aliqua", "description": "(Required) " }, { "key": "comments", "value": "nostrud elit commodo" }, { "key": "completeInOrder", "value": "true" }, { "key": "frequency", "value": "{\"value\":\"\"}" }, { "key": "delay", "value": "{\"value\":\"\"}" }, { "key": "showOnPortal", "value": "true" }, { "key": "requiresTwoFactor", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/projects/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Project" } ] } }, "response": [ { "name": "Agreement submited to signature Provider succesfully.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Project" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Project" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Project" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Project not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Project" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get an Project", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Project resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Project resource" } ] } }, "response": [ { "name": "Returns the Project model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Project resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"occaecat nisi quis Duis\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"nulla sunt nisi velit reprehenderit\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"alert\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"value\": -30996565.811215326,\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"nextAction\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1948-08-08T20:08:20.246Z\",\n \"completionDate\": \"1987-03-08T10:36:34.387Z\",\n \"reference\": \"in nisi ad labore\",\n \"externalReference\": \"Ut veniam in laboris\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"Excepteur proident et\",\n \"createdDate\": \"1944-01-31T07:43:06.745Z\",\n \"createdBy\": \"aliqua eu\",\n \"updatedDate\": \"1964-10-14T20:45:31.878Z\",\n \"updatedBy\": \"cupidatat tempor ut sint\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"consequat et cillum consectetur ex\",\n \"Excepteur esse\"\n ],\n \"setAdditionalFields\": [\n \"Lorem exercitation ut ad\",\n \"commodo\"\n ],\n \"avatarUrl\": \"irure sit ullamco\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Project resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Project resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Project", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "occaecat nisi quis Duis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "nulla sunt nisi velit reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "-30996565.811215326" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1948-08-08T20:08:20.246Z" }, { "key": "completionDate", "value": "1987-03-08T10:36:34.387Z" }, { "key": "reference", "value": "in nisi ad labore" }, { "key": "externalReference", "value": "Ut veniam in laboris" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "Excepteur proident et" }, { "key": "createdDate", "value": "1944-01-31T07:43:06.745Z" }, { "key": "createdBy", "value": "aliqua eu" }, { "key": "updatedDate", "value": "1964-10-14T20:45:31.878Z" }, { "key": "updatedBy", "value": "cupidatat tempor ut sint" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat et cillum consectetur ex" }, { "key": "setFields", "value": "Excepteur esse" }, { "key": "setAdditionalFields", "value": "Lorem exercitation ut ad" }, { "key": "setAdditionalFields", "value": "commodo" }, { "key": "avatarUrl", "value": "irure sit ullamco" } ] }, "url": { "raw": "{{baseUrl}}/aster/projects/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project resource to update" } ] } }, "response": [ { "name": "Returns the Project model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"occaecat nisi quis Duis\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"nulla sunt nisi velit reprehenderit\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"alert\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"value\": -30996565.811215326,\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"nextAction\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1948-08-08T20:08:20.246Z\",\n \"completionDate\": \"1987-03-08T10:36:34.387Z\",\n \"reference\": \"in nisi ad labore\",\n \"externalReference\": \"Ut veniam in laboris\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"Excepteur proident et\",\n \"createdDate\": \"1944-01-31T07:43:06.745Z\",\n \"createdBy\": \"aliqua eu\",\n \"updatedDate\": \"1964-10-14T20:45:31.878Z\",\n \"updatedBy\": \"cupidatat tempor ut sint\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"consequat et cillum consectetur ex\",\n \"Excepteur esse\"\n ],\n \"setAdditionalFields\": [\n \"Lorem exercitation ut ad\",\n \"commodo\"\n ],\n \"avatarUrl\": \"irure sit ullamco\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Project", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Project", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "occaecat nisi quis Duis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "nulla sunt nisi velit reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "-30996565.811215326" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1948-08-08T20:08:20.246Z" }, { "key": "completionDate", "value": "1987-03-08T10:36:34.387Z" }, { "key": "reference", "value": "in nisi ad labore" }, { "key": "externalReference", "value": "Ut veniam in laboris" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "Excepteur proident et" }, { "key": "createdDate", "value": "1944-01-31T07:43:06.745Z" }, { "key": "createdBy", "value": "aliqua eu" }, { "key": "updatedDate", "value": "1964-10-14T20:45:31.878Z" }, { "key": "updatedBy", "value": "cupidatat tempor ut sint" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat et cillum consectetur ex" }, { "key": "setFields", "value": "Excepteur esse" }, { "key": "setAdditionalFields", "value": "Lorem exercitation ut ad" }, { "key": "setAdditionalFields", "value": "commodo" }, { "key": "avatarUrl", "value": "irure sit ullamco" } ] }, "url": { "raw": "{{baseUrl}}/aster/projects/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project resource to update" } ] } }, "response": [ { "name": "Returns the Project model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "occaecat nisi quis Duis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "nulla sunt nisi velit reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "-30996565.811215326" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1948-08-08T20:08:20.246Z" }, { "key": "completionDate", "value": "1987-03-08T10:36:34.387Z" }, { "key": "reference", "value": "in nisi ad labore" }, { "key": "externalReference", "value": "Ut veniam in laboris" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "Excepteur proident et" }, { "key": "createdDate", "value": "1944-01-31T07:43:06.745Z" }, { "key": "createdBy", "value": "aliqua eu" }, { "key": "updatedDate", "value": "1964-10-14T20:45:31.878Z" }, { "key": "updatedBy", "value": "cupidatat tempor ut sint" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat et cillum consectetur ex" }, { "key": "setFields", "value": "Excepteur esse" }, { "key": "setAdditionalFields", "value": "Lorem exercitation ut ad" }, { "key": "setAdditionalFields", "value": "commodo" }, { "key": "avatarUrl", "value": "irure sit ullamco" } ] }, "url": { "raw": "{{baseUrl}}/aster/projects/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"occaecat nisi quis Duis\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"nulla sunt nisi velit reprehenderit\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"alert\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"value\": -30996565.811215326,\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"nextAction\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1948-08-08T20:08:20.246Z\",\n \"completionDate\": \"1987-03-08T10:36:34.387Z\",\n \"reference\": \"in nisi ad labore\",\n \"externalReference\": \"Ut veniam in laboris\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"Excepteur proident et\",\n \"createdDate\": \"1944-01-31T07:43:06.745Z\",\n \"createdBy\": \"aliqua eu\",\n \"updatedDate\": \"1964-10-14T20:45:31.878Z\",\n \"updatedBy\": \"cupidatat tempor ut sint\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"consequat et cillum consectetur ex\",\n \"Excepteur esse\"\n ],\n \"setAdditionalFields\": [\n \"Lorem exercitation ut ad\",\n \"commodo\"\n ],\n \"avatarUrl\": \"irure sit ullamco\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "occaecat nisi quis Duis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "nulla sunt nisi velit reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "-30996565.811215326" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1948-08-08T20:08:20.246Z" }, { "key": "completionDate", "value": "1987-03-08T10:36:34.387Z" }, { "key": "reference", "value": "in nisi ad labore" }, { "key": "externalReference", "value": "Ut veniam in laboris" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "Excepteur proident et" }, { "key": "createdDate", "value": "1944-01-31T07:43:06.745Z" }, { "key": "createdBy", "value": "aliqua eu" }, { "key": "updatedDate", "value": "1964-10-14T20:45:31.878Z" }, { "key": "updatedBy", "value": "cupidatat tempor ut sint" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat et cillum consectetur ex" }, { "key": "setFields", "value": "Excepteur esse" }, { "key": "setAdditionalFields", "value": "Lorem exercitation ut ad" }, { "key": "setAdditionalFields", "value": "commodo" }, { "key": "avatarUrl", "value": "irure sit ullamco" } ] }, "url": { "raw": "{{baseUrl}}/aster/projects/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "occaecat nisi quis Duis" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "nulla sunt nisi velit reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "-30996565.811215326" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1948-08-08T20:08:20.246Z" }, { "key": "completionDate", "value": "1987-03-08T10:36:34.387Z" }, { "key": "reference", "value": "in nisi ad labore" }, { "key": "externalReference", "value": "Ut veniam in laboris" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "Excepteur proident et" }, { "key": "createdDate", "value": "1944-01-31T07:43:06.745Z" }, { "key": "createdBy", "value": "aliqua eu" }, { "key": "updatedDate", "value": "1964-10-14T20:45:31.878Z" }, { "key": "updatedBy", "value": "cupidatat tempor ut sint" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "consequat et cillum consectetur ex" }, { "key": "setFields", "value": "Excepteur esse" }, { "key": "setAdditionalFields", "value": "Lorem exercitation ut ad" }, { "key": "setAdditionalFields", "value": "commodo" }, { "key": "avatarUrl", "value": "irure sit ullamco" } ] }, "url": { "raw": "{{baseUrl}}/aster/projects/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Project resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "documentproduction", "item": [ { "name": "Create document production jobs", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" }, { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/projects/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", "documentproduction", "jobs" ] } }, "response": [ { "name": "Returns collection of job ids", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", "documentproduction", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", "documentproduction", "jobs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get document production templates", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", "documentproduction", "templates" ] } }, "response": [ { "name": "Returns collection of templates", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", "documentproduction", "templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] } ] }, { "name": "Get a list of Projects", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of Project models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Project", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "qui dolor nostrud sed" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "dolor aute" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "-83104383.33865061" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "startDate", "value": "1957-04-27T15:19:13.948Z" }, { "key": "completionDate", "value": "1977-02-17T15:31:28.194Z" }, { "key": "reference", "value": "elit Ut ad nulla" }, { "key": "externalReference", "value": "nostrud dolor" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "enim dolor sed aliquip sint" }, { "key": "createdDate", "value": "2005-01-13T09:29:18.179Z" }, { "key": "createdBy", "value": "officia exercitation magna aute est" }, { "key": "updatedDate", "value": "1965-12-09T19:21:57.890Z" }, { "key": "updatedBy", "value": "ipsum aute esse" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "magna et" }, { "key": "setFields", "value": "minim" }, { "key": "setAdditionalFields", "value": "irure Lorem" }, { "key": "setAdditionalFields", "value": "pariatur ad" }, { "key": "avatarUrl", "value": "mollit quis sint anim" } ] }, "url": { "raw": "{{baseUrl}}/aster/projects", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects" ] } }, "response": [ { "name": "Returns the Project model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"occaecat nisi quis Duis\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"nulla sunt nisi velit reprehenderit\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"alert\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"value\": -30996565.811215326,\n \"stage\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"nextAction\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"startDate\": \"1948-08-08T20:08:20.246Z\",\n \"completionDate\": \"1987-03-08T10:36:34.387Z\",\n \"reference\": \"in nisi ad labore\",\n \"externalReference\": \"Ut veniam in laboris\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"Excepteur proident et\",\n \"createdDate\": \"1944-01-31T07:43:06.745Z\",\n \"createdBy\": \"aliqua eu\",\n \"updatedDate\": \"1964-10-14T20:45:31.878Z\",\n \"updatedBy\": \"cupidatat tempor ut sint\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"consequat et cillum consectetur ex\",\n \"Excepteur esse\"\n ],\n \"setAdditionalFields\": [\n \"Lorem exercitation ut ad\",\n \"commodo\"\n ],\n \"avatarUrl\": \"irure sit ullamco\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/projects/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "projects", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "quoteitems", "item": [ { "name": "{id}", "item": [ { "name": "Get an QuoteItem", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the QuoteItem resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested QuoteItem resource" } ] } }, "response": [ { "name": "Returns the QuoteItem model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested QuoteItem resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"do off\",\n \"quote\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"elit sed\",\n \"code\": \"ipsum velit cillum\",\n \"manufacturer\": \"labore\",\n \"cost\": -24337628.730397925,\n \"price\": -70870914.06496269,\n \"discountedPrice\": 93748126.09913716,\n \"totalPrice\": 24432295.453038126,\n \"netPrice\": 90025872.56744155,\n \"quantity\": -69814960.50553484,\n \"discountPercentage\": -53255892.41916053,\n \"taxPercentage\": -65889493.27014562,\n \"taxCode\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"sortOrder\": 106113,\n \"excludeFromTotal\": true,\n \"tax\": 9384360.660745054,\n \"timeUnit\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"timeUnitTotal\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"veniam consectetur voluptate\",\n \"createdDate\": \"2002-08-01T20:16:29.946Z\",\n \"createdBy\": \"ea sit aute et\",\n \"updatedDate\": \"2015-08-07T03:51:43.804Z\",\n \"updatedBy\": \"eu elit nostru\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"pari\",\n \"minim anim\"\n ],\n \"setAdditionalFields\": [\n \"minim id anim\",\n \"nisi do incididunt labore\"\n ],\n \"avatarUrl\": \"Ut est\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested QuoteItem resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested QuoteItem resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a QuoteItem", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "do off" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "elit sed" }, { "key": "code", "value": "ipsum velit cillum" }, { "key": "manufacturer", "value": "labore" }, { "key": "cost", "value": "-24337628.730397925" }, { "key": "price", "value": "-70870914.06496269" }, { "key": "discountedPrice", "value": "93748126.09913716" }, { "key": "totalPrice", "value": "24432295.453038126" }, { "key": "netPrice", "value": "90025872.56744155" }, { "key": "quantity", "value": "-69814960.50553484" }, { "key": "discountPercentage", "value": "-53255892.41916053" }, { "key": "taxPercentage", "value": "-65889493.27014562" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "sortOrder", "value": "106113" }, { "key": "excludeFromTotal", "value": "true" }, { "key": "tax", "value": "9384360.660745054" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "veniam consectetur voluptate" }, { "key": "createdDate", "value": "2002-08-01T20:16:29.946Z" }, { "key": "createdBy", "value": "ea sit aute et" }, { "key": "updatedDate", "value": "2015-08-07T03:51:43.804Z" }, { "key": "updatedBy", "value": "eu elit nostru" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "pari" }, { "key": "setFields", "value": "minim anim" }, { "key": "setAdditionalFields", "value": "minim id anim" }, { "key": "setAdditionalFields", "value": "nisi do incididunt labore" }, { "key": "avatarUrl", "value": "Ut est" } ] }, "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the QuoteItem resource to update" } ] } }, "response": [ { "name": "Returns the QuoteItem model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the QuoteItem resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"do off\",\n \"quote\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"elit sed\",\n \"code\": \"ipsum velit cillum\",\n \"manufacturer\": \"labore\",\n \"cost\": -24337628.730397925,\n \"price\": -70870914.06496269,\n \"discountedPrice\": 93748126.09913716,\n \"totalPrice\": 24432295.453038126,\n \"netPrice\": 90025872.56744155,\n \"quantity\": -69814960.50553484,\n \"discountPercentage\": -53255892.41916053,\n \"taxPercentage\": -65889493.27014562,\n \"taxCode\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"sortOrder\": 106113,\n \"excludeFromTotal\": true,\n \"tax\": 9384360.660745054,\n \"timeUnit\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"timeUnitTotal\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"veniam consectetur voluptate\",\n \"createdDate\": \"2002-08-01T20:16:29.946Z\",\n \"createdBy\": \"ea sit aute et\",\n \"updatedDate\": \"2015-08-07T03:51:43.804Z\",\n \"updatedBy\": \"eu elit nostru\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"pari\",\n \"minim anim\"\n ],\n \"setAdditionalFields\": [\n \"minim id anim\",\n \"nisi do incididunt labore\"\n ],\n \"avatarUrl\": \"Ut est\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the QuoteItem resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the QuoteItem resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Quote Item", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote Item resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote Item resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote Item resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote Item resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Quote Item", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "do off" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "elit sed" }, { "key": "code", "value": "ipsum velit cillum" }, { "key": "manufacturer", "value": "labore" }, { "key": "cost", "value": "-24337628.730397925" }, { "key": "price", "value": "-70870914.06496269" }, { "key": "discountedPrice", "value": "93748126.09913716" }, { "key": "totalPrice", "value": "24432295.453038126" }, { "key": "netPrice", "value": "90025872.56744155" }, { "key": "quantity", "value": "-69814960.50553484" }, { "key": "discountPercentage", "value": "-53255892.41916053" }, { "key": "taxPercentage", "value": "-65889493.27014562" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "sortOrder", "value": "106113" }, { "key": "excludeFromTotal", "value": "true" }, { "key": "tax", "value": "9384360.660745054" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "veniam consectetur voluptate" }, { "key": "createdDate", "value": "2002-08-01T20:16:29.946Z" }, { "key": "createdBy", "value": "ea sit aute et" }, { "key": "updatedDate", "value": "2015-08-07T03:51:43.804Z" }, { "key": "updatedBy", "value": "eu elit nostru" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "pari" }, { "key": "setFields", "value": "minim anim" }, { "key": "setAdditionalFields", "value": "minim id anim" }, { "key": "setAdditionalFields", "value": "nisi do incididunt labore" }, { "key": "avatarUrl", "value": "Ut est" } ] }, "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote Item resource to update" } ] } }, "response": [ { "name": "Returns the Quote Item model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "do off" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "elit sed" }, { "key": "code", "value": "ipsum velit cillum" }, { "key": "manufacturer", "value": "labore" }, { "key": "cost", "value": "-24337628.730397925" }, { "key": "price", "value": "-70870914.06496269" }, { "key": "discountedPrice", "value": "93748126.09913716" }, { "key": "totalPrice", "value": "24432295.453038126" }, { "key": "netPrice", "value": "90025872.56744155" }, { "key": "quantity", "value": "-69814960.50553484" }, { "key": "discountPercentage", "value": "-53255892.41916053" }, { "key": "taxPercentage", "value": "-65889493.27014562" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "sortOrder", "value": "106113" }, { "key": "excludeFromTotal", "value": "true" }, { "key": "tax", "value": "9384360.660745054" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "veniam consectetur voluptate" }, { "key": "createdDate", "value": "2002-08-01T20:16:29.946Z" }, { "key": "createdBy", "value": "ea sit aute et" }, { "key": "updatedDate", "value": "2015-08-07T03:51:43.804Z" }, { "key": "updatedBy", "value": "eu elit nostru" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "pari" }, { "key": "setFields", "value": "minim anim" }, { "key": "setAdditionalFields", "value": "minim id anim" }, { "key": "setAdditionalFields", "value": "nisi do incididunt labore" }, { "key": "avatarUrl", "value": "Ut est" } ] }, "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote Item resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"do off\",\n \"quote\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"elit sed\",\n \"code\": \"ipsum velit cillum\",\n \"manufacturer\": \"labore\",\n \"cost\": -24337628.730397925,\n \"price\": -70870914.06496269,\n \"discountedPrice\": 93748126.09913716,\n \"totalPrice\": 24432295.453038126,\n \"netPrice\": 90025872.56744155,\n \"quantity\": -69814960.50553484,\n \"discountPercentage\": -53255892.41916053,\n \"taxPercentage\": -65889493.27014562,\n \"taxCode\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"sortOrder\": 106113,\n \"excludeFromTotal\": true,\n \"tax\": 9384360.660745054,\n \"timeUnit\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"timeUnitTotal\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"veniam consectetur voluptate\",\n \"createdDate\": \"2002-08-01T20:16:29.946Z\",\n \"createdBy\": \"ea sit aute et\",\n \"updatedDate\": \"2015-08-07T03:51:43.804Z\",\n \"updatedBy\": \"eu elit nostru\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"pari\",\n \"minim anim\"\n ],\n \"setAdditionalFields\": [\n \"minim id anim\",\n \"nisi do incididunt labore\"\n ],\n \"avatarUrl\": \"Ut est\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "do off" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "elit sed" }, { "key": "code", "value": "ipsum velit cillum" }, { "key": "manufacturer", "value": "labore" }, { "key": "cost", "value": "-24337628.730397925" }, { "key": "price", "value": "-70870914.06496269" }, { "key": "discountedPrice", "value": "93748126.09913716" }, { "key": "totalPrice", "value": "24432295.453038126" }, { "key": "netPrice", "value": "90025872.56744155" }, { "key": "quantity", "value": "-69814960.50553484" }, { "key": "discountPercentage", "value": "-53255892.41916053" }, { "key": "taxPercentage", "value": "-65889493.27014562" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "sortOrder", "value": "106113" }, { "key": "excludeFromTotal", "value": "true" }, { "key": "tax", "value": "9384360.660745054" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "veniam consectetur voluptate" }, { "key": "createdDate", "value": "2002-08-01T20:16:29.946Z" }, { "key": "createdBy", "value": "ea sit aute et" }, { "key": "updatedDate", "value": "2015-08-07T03:51:43.804Z" }, { "key": "updatedBy", "value": "eu elit nostru" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "pari" }, { "key": "setFields", "value": "minim anim" }, { "key": "setAdditionalFields", "value": "minim id anim" }, { "key": "setAdditionalFields", "value": "nisi do incididunt labore" }, { "key": "avatarUrl", "value": "Ut est" } ] }, "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote Item resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "do off" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "elit sed" }, { "key": "code", "value": "ipsum velit cillum" }, { "key": "manufacturer", "value": "labore" }, { "key": "cost", "value": "-24337628.730397925" }, { "key": "price", "value": "-70870914.06496269" }, { "key": "discountedPrice", "value": "93748126.09913716" }, { "key": "totalPrice", "value": "24432295.453038126" }, { "key": "netPrice", "value": "90025872.56744155" }, { "key": "quantity", "value": "-69814960.50553484" }, { "key": "discountPercentage", "value": "-53255892.41916053" }, { "key": "taxPercentage", "value": "-65889493.27014562" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "sortOrder", "value": "106113" }, { "key": "excludeFromTotal", "value": "true" }, { "key": "tax", "value": "9384360.660745054" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "veniam consectetur voluptate" }, { "key": "createdDate", "value": "2002-08-01T20:16:29.946Z" }, { "key": "createdBy", "value": "ea sit aute et" }, { "key": "updatedDate", "value": "2015-08-07T03:51:43.804Z" }, { "key": "updatedBy", "value": "eu elit nostru" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "pari" }, { "key": "setFields", "value": "minim anim" }, { "key": "setAdditionalFields", "value": "minim id anim" }, { "key": "setAdditionalFields", "value": "nisi do incididunt labore" }, { "key": "avatarUrl", "value": "Ut est" } ] }, "url": { "raw": "{{baseUrl}}/aster/quoteitems/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote Item resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of QuoteItems", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of QuoteItem models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a QuoteItem", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "nisi " }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sit" }, { "key": "code", "value": "tempor consequat" }, { "key": "manufacturer", "value": "cons" }, { "key": "cost", "value": "87029509.83971474" }, { "key": "price", "value": "26578234.167963594" }, { "key": "discountedPrice", "value": "88397037.02475888" }, { "key": "totalPrice", "value": "69312659.4181749" }, { "key": "netPrice", "value": "-18702389.06362398" }, { "key": "quantity", "value": "36002041.903915584" }, { "key": "discountPercentage", "value": "-69876851.9103632" }, { "key": "taxPercentage", "value": "58193518.12230447" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "sortOrder", "value": "54499023" }, { "key": "excludeFromTotal", "value": "false" }, { "key": "tax", "value": "-53532681.88520293" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "value", "value": "{\"value\":\"\"}" }, { "key": "isTime", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "minim nostrud elit cupidatat dolor" }, { "key": "createdDate", "value": "1975-06-21T19:07:45.922Z" }, { "key": "createdBy", "value": "anim tempor laborum" }, { "key": "updatedDate", "value": "1951-11-25T20:17:33.816Z" }, { "key": "updatedBy", "value": "sed aute culpa" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "aute amet Lorem" }, { "key": "setFields", "value": "culpa deserunt" }, { "key": "setAdditionalFields", "value": "nisi sit" }, { "key": "setAdditionalFields", "value": "et fugiat exercitation" }, { "key": "avatarUrl", "value": "dolore dolor" } ] }, "url": { "raw": "{{baseUrl}}/aster/quoteitems", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems" ] } }, "response": [ { "name": "Returns the QuoteItem model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"do off\",\n \"quote\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"product\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"elit sed\",\n \"code\": \"ipsum velit cillum\",\n \"manufacturer\": \"labore\",\n \"cost\": -24337628.730397925,\n \"price\": -70870914.06496269,\n \"discountedPrice\": 93748126.09913716,\n \"totalPrice\": 24432295.453038126,\n \"netPrice\": 90025872.56744155,\n \"quantity\": -69814960.50553484,\n \"discountPercentage\": -53255892.41916053,\n \"taxPercentage\": -65889493.27014562,\n \"taxCode\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"sortOrder\": 106113,\n \"excludeFromTotal\": true,\n \"tax\": 9384360.660745054,\n \"timeUnit\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"timeUnitTotal\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"veniam consectetur voluptate\",\n \"createdDate\": \"2002-08-01T20:16:29.946Z\",\n \"createdBy\": \"ea sit aute et\",\n \"updatedDate\": \"2015-08-07T03:51:43.804Z\",\n \"updatedBy\": \"eu elit nostru\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"pari\",\n \"minim anim\"\n ],\n \"setAdditionalFields\": [\n \"minim id anim\",\n \"nisi do incididunt labore\"\n ],\n \"avatarUrl\": \"Ut est\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quoteitems/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quoteitems", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "quotes", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded sucessfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "agreements", "item": [ { "name": "Returns a list of Agreements for a Quote.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote to get the Agreements for." } ] } }, "response": [ { "name": "Agreements have been retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote to get the Agreements for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "[\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": {\n \"value\": \"\"\n },\n \"parentId\": {\n \"value\": \"\"\n },\n \"parentType\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"owner\": {\n \"value\": \"\"\n },\n \"status\": {\n \"value\": \"\"\n },\n \"isPortalAgreement\": {\n \"value\": \"\"\n },\n \"cancelledDate\": {\n \"value\": \"\"\n },\n \"cancelledBy\": {\n \"value\": \"\"\n },\n \"createdDate\": {\n \"value\": \"\"\n },\n \"providerName\": {\n \"value\": \"\"\n },\n \"path\": {\n \"value\": \"\"\n }\n }\n]" }, { "name": "Request could not be resolved. Please see response message.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote to get the Agreements for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote to get the Agreements for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create an eSign agreement", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "files", "value": "commodo ullamco aliquip", "description": "(Required) " }, { "key": "files", "value": "deserunt dolore sunt", "description": "(Required) " }, { "key": "name", "value": "enim dolor qui sunt", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "recipients", "value": "{\"value\":\"\"}", "description": "(Required) " }, { "key": "externalSocialAuthenticationId", "value": "Lorem aliqua", "description": "(Required) " }, { "key": "comments", "value": "nostrud elit commodo" }, { "key": "completeInOrder", "value": "true" }, { "key": "frequency", "value": "{\"value\":\"\"}" }, { "key": "delay", "value": "{\"value\":\"\"}" }, { "key": "showOnPortal", "value": "true" }, { "key": "requiresTwoFactor", "value": "false" } ] }, "url": { "raw": "{{baseUrl}}/aster/quotes/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Quote" } ] } }, "response": [ { "name": "Agreement submited to signature Provider succesfully.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Quote" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Bad request.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Quote" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Quote" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Account or document not found.", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id/agreements", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id", "agreements" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the Quote" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get an Quote", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Quote resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Quote resource" } ] } }, "response": [ { "name": "Returns the Quote model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Quote resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"labore velit\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"opportunity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"priceList\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"financialEntity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sint pariatur\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"reference\": \"dolore magna \",\n \"expiryDate\": \"1958-11-20T15:26:07.271Z\",\n \"estimatedCloseDate\": \"1994-04-13T19:12:06.042Z\",\n \"actualCloseDate\": \"1964-11-30T06:43:56.606Z\",\n \"includeInOpportunity\": false,\n \"listPrice\": -59547490.51011943,\n \"cost\": -6361913.870384455,\n \"numberOfItems\": -7396398.270942539,\n \"itemDiscount\": -10189563.09030354,\n \"accountDiscount\": 42800833.5435082,\n \"subTotal\": 29241632.02769372,\n \"updatedSubCost\": 97605094.30938399,\n \"tax\": -49840172.62146208,\n \"carriageCost\": -5180114.507602558,\n \"miscCost\": -35894239.61561549,\n \"total\": -41249339.78267346,\n \"value\": -50021837.68279984,\n \"margin\": 67902372.39768916,\n \"marginPercentage\": -26894932.867202207,\n \"exchangeRate\": -42803498.36175867,\n \"opportunityState\": \"ipsum dolore\",\n \"quoteNumber\": \"non cupidatat mollit ea\",\n \"timeTotal\": -95278961,\n \"unitsTotal\": -56577328,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"dolore nulla officia voluptate\",\n \"createdDate\": \"1990-02-11T07:05:36.505Z\",\n \"createdBy\": \"ut cillum\",\n \"updatedDate\": \"1987-10-31T03:30:25.008Z\",\n \"updatedBy\": \"tempor irure ullamco commodo ut\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"cupidatat n\",\n \"id mollit occaecat nostrud tempor\"\n ],\n \"setAdditionalFields\": [\n \"eu cillum\",\n \"magna dolore ex occaecat\"\n ],\n \"avatarUrl\": \"dolore ad reprehenderit\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Quote resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Quote resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Quote", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "labore velit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sint pariatur" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "dolore magna " }, { "key": "expiryDate", "value": "1958-11-20T15:26:07.271Z" }, { "key": "estimatedCloseDate", "value": "1994-04-13T19:12:06.042Z" }, { "key": "actualCloseDate", "value": "1964-11-30T06:43:56.606Z" }, { "key": "includeInOpportunity", "value": "false" }, { "key": "listPrice", "value": "-59547490.51011943" }, { "key": "cost", "value": "-6361913.870384455" }, { "key": "numberOfItems", "value": "-7396398.270942539" }, { "key": "itemDiscount", "value": "-10189563.09030354" }, { "key": "accountDiscount", "value": "42800833.5435082" }, { "key": "subTotal", "value": "29241632.02769372" }, { "key": "updatedSubCost", "value": "97605094.30938399" }, { "key": "tax", "value": "-49840172.62146208" }, { "key": "carriageCost", "value": "-5180114.507602558" }, { "key": "miscCost", "value": "-35894239.61561549" }, { "key": "total", "value": "-41249339.78267346" }, { "key": "value", "value": "-50021837.68279984" }, { "key": "margin", "value": "67902372.39768916" }, { "key": "marginPercentage", "value": "-26894932.867202207" }, { "key": "exchangeRate", "value": "-42803498.36175867" }, { "key": "opportunityState", "value": "ipsum dolore" }, { "key": "quoteNumber", "value": "non cupidatat mollit ea" }, { "key": "timeTotal", "value": "-95278961" }, { "key": "unitsTotal", "value": "-56577328" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "dolore nulla officia voluptate" }, { "key": "createdDate", "value": "1990-02-11T07:05:36.505Z" }, { "key": "createdBy", "value": "ut cillum" }, { "key": "updatedDate", "value": "1987-10-31T03:30:25.008Z" }, { "key": "updatedBy", "value": "tempor irure ullamco commodo ut" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "cupidatat n" }, { "key": "setFields", "value": "id mollit occaecat nostrud tempor" }, { "key": "setAdditionalFields", "value": "eu cillum" }, { "key": "setAdditionalFields", "value": "magna dolore ex occaecat" }, { "key": "avatarUrl", "value": "dolore ad reprehenderit" } ] }, "url": { "raw": "{{baseUrl}}/aster/quotes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote resource to update" } ] } }, "response": [ { "name": "Returns the Quote model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"labore velit\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"opportunity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"priceList\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"financialEntity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sint pariatur\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"reference\": \"dolore magna \",\n \"expiryDate\": \"1958-11-20T15:26:07.271Z\",\n \"estimatedCloseDate\": \"1994-04-13T19:12:06.042Z\",\n \"actualCloseDate\": \"1964-11-30T06:43:56.606Z\",\n \"includeInOpportunity\": false,\n \"listPrice\": -59547490.51011943,\n \"cost\": -6361913.870384455,\n \"numberOfItems\": -7396398.270942539,\n \"itemDiscount\": -10189563.09030354,\n \"accountDiscount\": 42800833.5435082,\n \"subTotal\": 29241632.02769372,\n \"updatedSubCost\": 97605094.30938399,\n \"tax\": -49840172.62146208,\n \"carriageCost\": -5180114.507602558,\n \"miscCost\": -35894239.61561549,\n \"total\": -41249339.78267346,\n \"value\": -50021837.68279984,\n \"margin\": 67902372.39768916,\n \"marginPercentage\": -26894932.867202207,\n \"exchangeRate\": -42803498.36175867,\n \"opportunityState\": \"ipsum dolore\",\n \"quoteNumber\": \"non cupidatat mollit ea\",\n \"timeTotal\": -95278961,\n \"unitsTotal\": -56577328,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"dolore nulla officia voluptate\",\n \"createdDate\": \"1990-02-11T07:05:36.505Z\",\n \"createdBy\": \"ut cillum\",\n \"updatedDate\": \"1987-10-31T03:30:25.008Z\",\n \"updatedBy\": \"tempor irure ullamco commodo ut\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"cupidatat n\",\n \"id mollit occaecat nostrud tempor\"\n ],\n \"setAdditionalFields\": [\n \"eu cillum\",\n \"magna dolore ex occaecat\"\n ],\n \"avatarUrl\": \"dolore ad reprehenderit\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Quote", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Quote", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "labore velit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sint pariatur" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "dolore magna " }, { "key": "expiryDate", "value": "1958-11-20T15:26:07.271Z" }, { "key": "estimatedCloseDate", "value": "1994-04-13T19:12:06.042Z" }, { "key": "actualCloseDate", "value": "1964-11-30T06:43:56.606Z" }, { "key": "includeInOpportunity", "value": "false" }, { "key": "listPrice", "value": "-59547490.51011943" }, { "key": "cost", "value": "-6361913.870384455" }, { "key": "numberOfItems", "value": "-7396398.270942539" }, { "key": "itemDiscount", "value": "-10189563.09030354" }, { "key": "accountDiscount", "value": "42800833.5435082" }, { "key": "subTotal", "value": "29241632.02769372" }, { "key": "updatedSubCost", "value": "97605094.30938399" }, { "key": "tax", "value": "-49840172.62146208" }, { "key": "carriageCost", "value": "-5180114.507602558" }, { "key": "miscCost", "value": "-35894239.61561549" }, { "key": "total", "value": "-41249339.78267346" }, { "key": "value", "value": "-50021837.68279984" }, { "key": "margin", "value": "67902372.39768916" }, { "key": "marginPercentage", "value": "-26894932.867202207" }, { "key": "exchangeRate", "value": "-42803498.36175867" }, { "key": "opportunityState", "value": "ipsum dolore" }, { "key": "quoteNumber", "value": "non cupidatat mollit ea" }, { "key": "timeTotal", "value": "-95278961" }, { "key": "unitsTotal", "value": "-56577328" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "dolore nulla officia voluptate" }, { "key": "createdDate", "value": "1990-02-11T07:05:36.505Z" }, { "key": "createdBy", "value": "ut cillum" }, { "key": "updatedDate", "value": "1987-10-31T03:30:25.008Z" }, { "key": "updatedBy", "value": "tempor irure ullamco commodo ut" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "cupidatat n" }, { "key": "setFields", "value": "id mollit occaecat nostrud tempor" }, { "key": "setAdditionalFields", "value": "eu cillum" }, { "key": "setAdditionalFields", "value": "magna dolore ex occaecat" }, { "key": "avatarUrl", "value": "dolore ad reprehenderit" } ] }, "url": { "raw": "{{baseUrl}}/aster/quotes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote resource to update" } ] } }, "response": [ { "name": "Returns the Quote model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "labore velit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sint pariatur" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "dolore magna " }, { "key": "expiryDate", "value": "1958-11-20T15:26:07.271Z" }, { "key": "estimatedCloseDate", "value": "1994-04-13T19:12:06.042Z" }, { "key": "actualCloseDate", "value": "1964-11-30T06:43:56.606Z" }, { "key": "includeInOpportunity", "value": "false" }, { "key": "listPrice", "value": "-59547490.51011943" }, { "key": "cost", "value": "-6361913.870384455" }, { "key": "numberOfItems", "value": "-7396398.270942539" }, { "key": "itemDiscount", "value": "-10189563.09030354" }, { "key": "accountDiscount", "value": "42800833.5435082" }, { "key": "subTotal", "value": "29241632.02769372" }, { "key": "updatedSubCost", "value": "97605094.30938399" }, { "key": "tax", "value": "-49840172.62146208" }, { "key": "carriageCost", "value": "-5180114.507602558" }, { "key": "miscCost", "value": "-35894239.61561549" }, { "key": "total", "value": "-41249339.78267346" }, { "key": "value", "value": "-50021837.68279984" }, { "key": "margin", "value": "67902372.39768916" }, { "key": "marginPercentage", "value": "-26894932.867202207" }, { "key": "exchangeRate", "value": "-42803498.36175867" }, { "key": "opportunityState", "value": "ipsum dolore" }, { "key": "quoteNumber", "value": "non cupidatat mollit ea" }, { "key": "timeTotal", "value": "-95278961" }, { "key": "unitsTotal", "value": "-56577328" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "dolore nulla officia voluptate" }, { "key": "createdDate", "value": "1990-02-11T07:05:36.505Z" }, { "key": "createdBy", "value": "ut cillum" }, { "key": "updatedDate", "value": "1987-10-31T03:30:25.008Z" }, { "key": "updatedBy", "value": "tempor irure ullamco commodo ut" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "cupidatat n" }, { "key": "setFields", "value": "id mollit occaecat nostrud tempor" }, { "key": "setAdditionalFields", "value": "eu cillum" }, { "key": "setAdditionalFields", "value": "magna dolore ex occaecat" }, { "key": "avatarUrl", "value": "dolore ad reprehenderit" } ] }, "url": { "raw": "{{baseUrl}}/aster/quotes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"labore velit\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"opportunity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"priceList\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"financialEntity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sint pariatur\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"reference\": \"dolore magna \",\n \"expiryDate\": \"1958-11-20T15:26:07.271Z\",\n \"estimatedCloseDate\": \"1994-04-13T19:12:06.042Z\",\n \"actualCloseDate\": \"1964-11-30T06:43:56.606Z\",\n \"includeInOpportunity\": false,\n \"listPrice\": -59547490.51011943,\n \"cost\": -6361913.870384455,\n \"numberOfItems\": -7396398.270942539,\n \"itemDiscount\": -10189563.09030354,\n \"accountDiscount\": 42800833.5435082,\n \"subTotal\": 29241632.02769372,\n \"updatedSubCost\": 97605094.30938399,\n \"tax\": -49840172.62146208,\n \"carriageCost\": -5180114.507602558,\n \"miscCost\": -35894239.61561549,\n \"total\": -41249339.78267346,\n \"value\": -50021837.68279984,\n \"margin\": 67902372.39768916,\n \"marginPercentage\": -26894932.867202207,\n \"exchangeRate\": -42803498.36175867,\n \"opportunityState\": \"ipsum dolore\",\n \"quoteNumber\": \"non cupidatat mollit ea\",\n \"timeTotal\": -95278961,\n \"unitsTotal\": -56577328,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"dolore nulla officia voluptate\",\n \"createdDate\": \"1990-02-11T07:05:36.505Z\",\n \"createdBy\": \"ut cillum\",\n \"updatedDate\": \"1987-10-31T03:30:25.008Z\",\n \"updatedBy\": \"tempor irure ullamco commodo ut\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"cupidatat n\",\n \"id mollit occaecat nostrud tempor\"\n ],\n \"setAdditionalFields\": [\n \"eu cillum\",\n \"magna dolore ex occaecat\"\n ],\n \"avatarUrl\": \"dolore ad reprehenderit\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "labore velit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sint pariatur" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "dolore magna " }, { "key": "expiryDate", "value": "1958-11-20T15:26:07.271Z" }, { "key": "estimatedCloseDate", "value": "1994-04-13T19:12:06.042Z" }, { "key": "actualCloseDate", "value": "1964-11-30T06:43:56.606Z" }, { "key": "includeInOpportunity", "value": "false" }, { "key": "listPrice", "value": "-59547490.51011943" }, { "key": "cost", "value": "-6361913.870384455" }, { "key": "numberOfItems", "value": "-7396398.270942539" }, { "key": "itemDiscount", "value": "-10189563.09030354" }, { "key": "accountDiscount", "value": "42800833.5435082" }, { "key": "subTotal", "value": "29241632.02769372" }, { "key": "updatedSubCost", "value": "97605094.30938399" }, { "key": "tax", "value": "-49840172.62146208" }, { "key": "carriageCost", "value": "-5180114.507602558" }, { "key": "miscCost", "value": "-35894239.61561549" }, { "key": "total", "value": "-41249339.78267346" }, { "key": "value", "value": "-50021837.68279984" }, { "key": "margin", "value": "67902372.39768916" }, { "key": "marginPercentage", "value": "-26894932.867202207" }, { "key": "exchangeRate", "value": "-42803498.36175867" }, { "key": "opportunityState", "value": "ipsum dolore" }, { "key": "quoteNumber", "value": "non cupidatat mollit ea" }, { "key": "timeTotal", "value": "-95278961" }, { "key": "unitsTotal", "value": "-56577328" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "dolore nulla officia voluptate" }, { "key": "createdDate", "value": "1990-02-11T07:05:36.505Z" }, { "key": "createdBy", "value": "ut cillum" }, { "key": "updatedDate", "value": "1987-10-31T03:30:25.008Z" }, { "key": "updatedBy", "value": "tempor irure ullamco commodo ut" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "cupidatat n" }, { "key": "setFields", "value": "id mollit occaecat nostrud tempor" }, { "key": "setAdditionalFields", "value": "eu cillum" }, { "key": "setAdditionalFields", "value": "magna dolore ex occaecat" }, { "key": "avatarUrl", "value": "dolore ad reprehenderit" } ] }, "url": { "raw": "{{baseUrl}}/aster/quotes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "labore velit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "sint pariatur" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "dolore magna " }, { "key": "expiryDate", "value": "1958-11-20T15:26:07.271Z" }, { "key": "estimatedCloseDate", "value": "1994-04-13T19:12:06.042Z" }, { "key": "actualCloseDate", "value": "1964-11-30T06:43:56.606Z" }, { "key": "includeInOpportunity", "value": "false" }, { "key": "listPrice", "value": "-59547490.51011943" }, { "key": "cost", "value": "-6361913.870384455" }, { "key": "numberOfItems", "value": "-7396398.270942539" }, { "key": "itemDiscount", "value": "-10189563.09030354" }, { "key": "accountDiscount", "value": "42800833.5435082" }, { "key": "subTotal", "value": "29241632.02769372" }, { "key": "updatedSubCost", "value": "97605094.30938399" }, { "key": "tax", "value": "-49840172.62146208" }, { "key": "carriageCost", "value": "-5180114.507602558" }, { "key": "miscCost", "value": "-35894239.61561549" }, { "key": "total", "value": "-41249339.78267346" }, { "key": "value", "value": "-50021837.68279984" }, { "key": "margin", "value": "67902372.39768916" }, { "key": "marginPercentage", "value": "-26894932.867202207" }, { "key": "exchangeRate", "value": "-42803498.36175867" }, { "key": "opportunityState", "value": "ipsum dolore" }, { "key": "quoteNumber", "value": "non cupidatat mollit ea" }, { "key": "timeTotal", "value": "-95278961" }, { "key": "unitsTotal", "value": "-56577328" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "dolore nulla officia voluptate" }, { "key": "createdDate", "value": "1990-02-11T07:05:36.505Z" }, { "key": "createdBy", "value": "ut cillum" }, { "key": "updatedDate", "value": "1987-10-31T03:30:25.008Z" }, { "key": "updatedBy", "value": "tempor irure ullamco commodo ut" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "cupidatat n" }, { "key": "setFields", "value": "id mollit occaecat nostrud tempor" }, { "key": "setAdditionalFields", "value": "eu cillum" }, { "key": "setAdditionalFields", "value": "magna dolore ex occaecat" }, { "key": "avatarUrl", "value": "dolore ad reprehenderit" } ] }, "url": { "raw": "{{baseUrl}}/aster/quotes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Quote resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "documentproduction", "item": [ { "name": "Create document production jobs", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" }, { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/quotes/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", "documentproduction", "jobs" ] } }, "response": [ { "name": "Returns collection of job ids", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", "documentproduction", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", "documentproduction", "jobs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get document production templates", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", "documentproduction", "templates" ] } }, "response": [ { "name": "Returns collection of templates", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", "documentproduction", "templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] } ] }, { "name": "Get a list of Quotes", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of Quote models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Quote", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "aliquip in offici" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "irure ex aliquip dolore Lorem" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "reference", "value": "Duis deserunt ex ad" }, { "key": "expiryDate", "value": "1996-12-12T00:07:45.536Z" }, { "key": "estimatedCloseDate", "value": "2013-08-29T14:43:04.481Z" }, { "key": "actualCloseDate", "value": "1953-07-16T02:15:57.427Z" }, { "key": "includeInOpportunity", "value": "true" }, { "key": "listPrice", "value": "80687853.31238395" }, { "key": "cost", "value": "-42144333.246156186" }, { "key": "numberOfItems", "value": "32859789.627415597" }, { "key": "itemDiscount", "value": "24368805.82617742" }, { "key": "accountDiscount", "value": "36468693.923292905" }, { "key": "subTotal", "value": "5952194.506406844" }, { "key": "updatedSubCost", "value": "-50484165.094341636" }, { "key": "tax", "value": "-45770778.67731494" }, { "key": "carriageCost", "value": "83111496.71708876" }, { "key": "miscCost", "value": "19709493.8178958" }, { "key": "total", "value": "63544387.13081837" }, { "key": "value", "value": "92381316.58494422" }, { "key": "margin", "value": "-96219371.69878554" }, { "key": "marginPercentage", "value": "-92777856.85582449" }, { "key": "exchangeRate", "value": "84842839.42906332" }, { "key": "opportunityState", "value": "in amet id" }, { "key": "quoteNumber", "value": "veniam laborum" }, { "key": "timeTotal", "value": "29684878" }, { "key": "unitsTotal", "value": "51413745" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "tags", "value": "{\"value\":\"\"}" }, { "key": "shortCode", "value": "proident sint quis nulla officia" }, { "key": "createdDate", "value": "1989-04-22T06:40:43.058Z" }, { "key": "createdBy", "value": "veniam incididunt commodo nisi ut" }, { "key": "updatedDate", "value": "1981-03-09T09:57:58.292Z" }, { "key": "updatedBy", "value": "Ut irure Lorem ea adipisicing" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore amet non" }, { "key": "setFields", "value": "dolor adipisicing" }, { "key": "setAdditionalFields", "value": "culpa eu laboris anim" }, { "key": "setAdditionalFields", "value": "ut qui esse tempor" }, { "key": "avatarUrl", "value": "deserunt dolore" } ] }, "url": { "raw": "{{baseUrl}}/aster/quotes", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes" ] } }, "response": [ { "name": "Returns the Quote model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"labore velit\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"opportunity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"currency\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"priceList\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"financialEntity\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"owner\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"state\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"summary\": \"sint pariatur\",\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"reference\": \"dolore magna \",\n \"expiryDate\": \"1958-11-20T15:26:07.271Z\",\n \"estimatedCloseDate\": \"1994-04-13T19:12:06.042Z\",\n \"actualCloseDate\": \"1964-11-30T06:43:56.606Z\",\n \"includeInOpportunity\": false,\n \"listPrice\": -59547490.51011943,\n \"cost\": -6361913.870384455,\n \"numberOfItems\": -7396398.270942539,\n \"itemDiscount\": -10189563.09030354,\n \"accountDiscount\": 42800833.5435082,\n \"subTotal\": 29241632.02769372,\n \"updatedSubCost\": 97605094.30938399,\n \"tax\": -49840172.62146208,\n \"carriageCost\": -5180114.507602558,\n \"miscCost\": -35894239.61561549,\n \"total\": -41249339.78267346,\n \"value\": -50021837.68279984,\n \"margin\": 67902372.39768916,\n \"marginPercentage\": -26894932.867202207,\n \"exchangeRate\": -42803498.36175867,\n \"opportunityState\": \"ipsum dolore\",\n \"quoteNumber\": \"non cupidatat mollit ea\",\n \"timeTotal\": -95278961,\n \"unitsTotal\": -56577328,\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"shortCode\": \"dolore nulla officia voluptate\",\n \"createdDate\": \"1990-02-11T07:05:36.505Z\",\n \"createdBy\": \"ut cillum\",\n \"updatedDate\": \"1987-10-31T03:30:25.008Z\",\n \"updatedBy\": \"tempor irure ullamco commodo ut\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"cupidatat n\",\n \"id mollit occaecat nostrud tempor\"\n ],\n \"setAdditionalFields\": [\n \"eu cillum\",\n \"magna dolore ex occaecat\"\n ],\n \"avatarUrl\": \"dolore ad reprehenderit\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/quotes/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "quotes", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "sites", "item": [ { "name": "{id}", "item": [ { "name": "documents", "item": [ { "name": "Returns folder structure from an item.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Uploads a file to integrations document store based off an item id.", "request": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "Returns 200 once the file has been uploaded successfully.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 if invalid parameters are passed.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 if you are forbidden to access the folder.", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) " } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Returns a document based on a filepath.", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when document/folder hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id/documents/:filePath", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id", "documents", ":filePath" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) The id of the item files are being requested from." }, { "key": "filePath", "value": "pariatur", "description": "(Required) File path of requested file." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a Site", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Site resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Site resource" } ] } }, "response": [ { "name": "Returns the Site model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Site resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"Ut anim nisi dolor\",\n \"summary\": \"sed non reprehenderit\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"siteManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"address1\": \"laboris amet qui occaecat in\",\n \"address2\": \"sed culpa ipsum irure\",\n \"address3\": \"occaecat amet\",\n \"town\": \"est magna\",\n \"county\": \"deserunt occaecat quis dolor\",\n \"postcode\": \"ea Excepteur tempor\",\n \"country\": \"velit\",\n \"fax\": \"dolore officia\",\n \"phone\": \"veniam sint\",\n \"webSite\": \"adipisicing dolor\",\n \"timeZone\": \"deserunt tempor mollit\",\n \"createdDate\": \"2013-11-15T02:46:54.215Z\",\n \"createdBy\": \"ut\",\n \"updatedDate\": \"1991-05-23T06:23:51.031Z\",\n \"updatedBy\": \"u\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"ut deserunt aute\",\n \"fugiat pariatur incididunt\"\n ],\n \"setAdditionalFields\": [\n \"in fugiat mollit exercitation\",\n \"eu Duis pariatur\"\n ],\n \"avatarUrl\": \"labore elit\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Site resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Site resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update an Site", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "Ut anim nisi dolor" }, { "key": "summary", "value": "sed non reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "laboris amet qui occaecat in" }, { "key": "address2", "value": "sed culpa ipsum irure" }, { "key": "address3", "value": "occaecat amet" }, { "key": "town", "value": "est magna" }, { "key": "county", "value": "deserunt occaecat quis dolor" }, { "key": "postcode", "value": "ea Excepteur tempor" }, { "key": "country", "value": "velit" }, { "key": "fax", "value": "dolore officia" }, { "key": "phone", "value": "veniam sint" }, { "key": "webSite", "value": "adipisicing dolor" }, { "key": "timeZone", "value": "deserunt tempor mollit" }, { "key": "createdDate", "value": "2013-11-15T02:46:54.215Z" }, { "key": "createdBy", "value": "ut" }, { "key": "updatedDate", "value": "1991-05-23T06:23:51.031Z" }, { "key": "updatedBy", "value": "u" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut deserunt aute" }, { "key": "setFields", "value": "fugiat pariatur incididunt" }, { "key": "setAdditionalFields", "value": "in fugiat mollit exercitation" }, { "key": "setAdditionalFields", "value": "eu Duis pariatur" }, { "key": "avatarUrl", "value": "labore elit" } ] }, "url": { "raw": "{{baseUrl}}/aster/sites/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Site resource to update" } ] } }, "response": [ { "name": "Returns the Site model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Site resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"Ut anim nisi dolor\",\n \"summary\": \"sed non reprehenderit\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"siteManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"address1\": \"laboris amet qui occaecat in\",\n \"address2\": \"sed culpa ipsum irure\",\n \"address3\": \"occaecat amet\",\n \"town\": \"est magna\",\n \"county\": \"deserunt occaecat quis dolor\",\n \"postcode\": \"ea Excepteur tempor\",\n \"country\": \"velit\",\n \"fax\": \"dolore officia\",\n \"phone\": \"veniam sint\",\n \"webSite\": \"adipisicing dolor\",\n \"timeZone\": \"deserunt tempor mollit\",\n \"createdDate\": \"2013-11-15T02:46:54.215Z\",\n \"createdBy\": \"ut\",\n \"updatedDate\": \"1991-05-23T06:23:51.031Z\",\n \"updatedBy\": \"u\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"ut deserunt aute\",\n \"fugiat pariatur incididunt\"\n ],\n \"setAdditionalFields\": [\n \"in fugiat mollit exercitation\",\n \"eu Duis pariatur\"\n ],\n \"avatarUrl\": \"labore elit\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Site resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Site resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Site", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Site resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Site resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Site resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Site resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Site", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "Ut anim nisi dolor" }, { "key": "summary", "value": "sed non reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "laboris amet qui occaecat in" }, { "key": "address2", "value": "sed culpa ipsum irure" }, { "key": "address3", "value": "occaecat amet" }, { "key": "town", "value": "est magna" }, { "key": "county", "value": "deserunt occaecat quis dolor" }, { "key": "postcode", "value": "ea Excepteur tempor" }, { "key": "country", "value": "velit" }, { "key": "fax", "value": "dolore officia" }, { "key": "phone", "value": "veniam sint" }, { "key": "webSite", "value": "adipisicing dolor" }, { "key": "timeZone", "value": "deserunt tempor mollit" }, { "key": "createdDate", "value": "2013-11-15T02:46:54.215Z" }, { "key": "createdBy", "value": "ut" }, { "key": "updatedDate", "value": "1991-05-23T06:23:51.031Z" }, { "key": "updatedBy", "value": "u" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut deserunt aute" }, { "key": "setFields", "value": "fugiat pariatur incididunt" }, { "key": "setAdditionalFields", "value": "in fugiat mollit exercitation" }, { "key": "setAdditionalFields", "value": "eu Duis pariatur" }, { "key": "avatarUrl", "value": "labore elit" } ] }, "url": { "raw": "{{baseUrl}}/aster/sites/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Site resource to update" } ] } }, "response": [ { "name": "Returns the Site model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "Ut anim nisi dolor" }, { "key": "summary", "value": "sed non reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "laboris amet qui occaecat in" }, { "key": "address2", "value": "sed culpa ipsum irure" }, { "key": "address3", "value": "occaecat amet" }, { "key": "town", "value": "est magna" }, { "key": "county", "value": "deserunt occaecat quis dolor" }, { "key": "postcode", "value": "ea Excepteur tempor" }, { "key": "country", "value": "velit" }, { "key": "fax", "value": "dolore officia" }, { "key": "phone", "value": "veniam sint" }, { "key": "webSite", "value": "adipisicing dolor" }, { "key": "timeZone", "value": "deserunt tempor mollit" }, { "key": "createdDate", "value": "2013-11-15T02:46:54.215Z" }, { "key": "createdBy", "value": "ut" }, { "key": "updatedDate", "value": "1991-05-23T06:23:51.031Z" }, { "key": "updatedBy", "value": "u" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut deserunt aute" }, { "key": "setFields", "value": "fugiat pariatur incididunt" }, { "key": "setAdditionalFields", "value": "in fugiat mollit exercitation" }, { "key": "setAdditionalFields", "value": "eu Duis pariatur" }, { "key": "avatarUrl", "value": "labore elit" } ] }, "url": { "raw": "{{baseUrl}}/aster/sites/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Site resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"Ut anim nisi dolor\",\n \"summary\": \"sed non reprehenderit\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"siteManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"address1\": \"laboris amet qui occaecat in\",\n \"address2\": \"sed culpa ipsum irure\",\n \"address3\": \"occaecat amet\",\n \"town\": \"est magna\",\n \"county\": \"deserunt occaecat quis dolor\",\n \"postcode\": \"ea Excepteur tempor\",\n \"country\": \"velit\",\n \"fax\": \"dolore officia\",\n \"phone\": \"veniam sint\",\n \"webSite\": \"adipisicing dolor\",\n \"timeZone\": \"deserunt tempor mollit\",\n \"createdDate\": \"2013-11-15T02:46:54.215Z\",\n \"createdBy\": \"ut\",\n \"updatedDate\": \"1991-05-23T06:23:51.031Z\",\n \"updatedBy\": \"u\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"ut deserunt aute\",\n \"fugiat pariatur incididunt\"\n ],\n \"setAdditionalFields\": [\n \"in fugiat mollit exercitation\",\n \"eu Duis pariatur\"\n ],\n \"avatarUrl\": \"labore elit\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "Ut anim nisi dolor" }, { "key": "summary", "value": "sed non reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "laboris amet qui occaecat in" }, { "key": "address2", "value": "sed culpa ipsum irure" }, { "key": "address3", "value": "occaecat amet" }, { "key": "town", "value": "est magna" }, { "key": "county", "value": "deserunt occaecat quis dolor" }, { "key": "postcode", "value": "ea Excepteur tempor" }, { "key": "country", "value": "velit" }, { "key": "fax", "value": "dolore officia" }, { "key": "phone", "value": "veniam sint" }, { "key": "webSite", "value": "adipisicing dolor" }, { "key": "timeZone", "value": "deserunt tempor mollit" }, { "key": "createdDate", "value": "2013-11-15T02:46:54.215Z" }, { "key": "createdBy", "value": "ut" }, { "key": "updatedDate", "value": "1991-05-23T06:23:51.031Z" }, { "key": "updatedBy", "value": "u" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut deserunt aute" }, { "key": "setFields", "value": "fugiat pariatur incididunt" }, { "key": "setAdditionalFields", "value": "in fugiat mollit exercitation" }, { "key": "setAdditionalFields", "value": "eu Duis pariatur" }, { "key": "avatarUrl", "value": "labore elit" } ] }, "url": { "raw": "{{baseUrl}}/aster/sites/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Site resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "Ut anim nisi dolor" }, { "key": "summary", "value": "sed non reprehenderit" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "laboris amet qui occaecat in" }, { "key": "address2", "value": "sed culpa ipsum irure" }, { "key": "address3", "value": "occaecat amet" }, { "key": "town", "value": "est magna" }, { "key": "county", "value": "deserunt occaecat quis dolor" }, { "key": "postcode", "value": "ea Excepteur tempor" }, { "key": "country", "value": "velit" }, { "key": "fax", "value": "dolore officia" }, { "key": "phone", "value": "veniam sint" }, { "key": "webSite", "value": "adipisicing dolor" }, { "key": "timeZone", "value": "deserunt tempor mollit" }, { "key": "createdDate", "value": "2013-11-15T02:46:54.215Z" }, { "key": "createdBy", "value": "ut" }, { "key": "updatedDate", "value": "1991-05-23T06:23:51.031Z" }, { "key": "updatedBy", "value": "u" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "ut deserunt aute" }, { "key": "setFields", "value": "fugiat pariatur incididunt" }, { "key": "setAdditionalFields", "value": "in fugiat mollit exercitation" }, { "key": "setAdditionalFields", "value": "eu Duis pariatur" }, { "key": "avatarUrl", "value": "labore elit" } ] }, "url": { "raw": "{{baseUrl}}/aster/sites/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Site resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "documentproduction", "item": [ { "name": "Create document production jobs", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" }, { "key": "userId", "value": "{\"value\":\"\"}" }, { "key": "saveFolderId", "value": "{\"value\":\"\"}" }, { "key": "templateName", "value": "{\"value\":\"\"}" }, { "key": "fileOutput", "value": "{\"value\":\"\"}" }, { "key": "documentFormat", "value": "{\"value\":\"\"}" }, { "key": "fileAction", "value": "{\"value\":\"\"}" }, { "key": "documentFileName", "value": "{\"value\":\"\"}" }, { "key": "items", "value": "{\"value\":\"\"}" } ] }, "url": { "raw": "{{baseUrl}}/aster/sites/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", "documentproduction", "jobs" ] } }, "response": [ { "name": "Returns collection of job ids", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", "documentproduction", "jobs" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/documentproduction/jobs", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", "documentproduction", "jobs" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get document production templates", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", "documentproduction", "templates" ] } }, "response": [ { "name": "Returns collection of templates", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/documentproduction/templates", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", "documentproduction", "templates" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] } ] }, { "name": "Get a list of Sites", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" } ] } }, "response": [ { "name": "Returns an array of Site models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Site", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "tempor ut minim" }, { "key": "summary", "value": "in aute nulla" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "details", "value": "{\"value\":\"\"}" }, { "key": "address1", "value": "velit id" }, { "key": "address2", "value": "veniam" }, { "key": "address3", "value": "velit id" }, { "key": "town", "value": "magna ex enim dolor reprehenderit" }, { "key": "county", "value": "eiusmod " }, { "key": "postcode", "value": "velit adipi" }, { "key": "country", "value": "commodo id nisi" }, { "key": "fax", "value": "fugiat ut enim" }, { "key": "phone", "value": "esse do" }, { "key": "webSite", "value": "officia tempor" }, { "key": "timeZone", "value": "ullamco mollit elit sint" }, { "key": "createdDate", "value": "1959-03-05T14:27:18.268Z" }, { "key": "createdBy", "value": "officia aute" }, { "key": "updatedDate", "value": "1957-11-29T02:27:08.476Z" }, { "key": "updatedBy", "value": "occaecat dolore offi" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "in laborum" }, { "key": "setFields", "value": "nostrud minim eiusmod" }, { "key": "setAdditionalFields", "value": "labore veniam velit enim" }, { "key": "setAdditionalFields", "value": "velit proident id" }, { "key": "avatarUrl", "value": "culpa Lorem eu dolor" } ] }, "url": { "raw": "{{baseUrl}}/aster/sites", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites" ] } }, "response": [ { "name": "Returns the Site model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"Ut anim nisi dolor\",\n \"summary\": \"sed non reprehenderit\",\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"contact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"siteManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"address1\": \"laboris amet qui occaecat in\",\n \"address2\": \"sed culpa ipsum irure\",\n \"address3\": \"occaecat amet\",\n \"town\": \"est magna\",\n \"county\": \"deserunt occaecat quis dolor\",\n \"postcode\": \"ea Excepteur tempor\",\n \"country\": \"velit\",\n \"fax\": \"dolore officia\",\n \"phone\": \"veniam sint\",\n \"webSite\": \"adipisicing dolor\",\n \"timeZone\": \"deserunt tempor mollit\",\n \"createdDate\": \"2013-11-15T02:46:54.215Z\",\n \"createdBy\": \"ut\",\n \"updatedDate\": \"1991-05-23T06:23:51.031Z\",\n \"updatedBy\": \"u\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"ut deserunt aute\",\n \"fugiat pariatur incididunt\"\n ],\n \"setAdditionalFields\": [\n \"in fugiat mollit exercitation\",\n \"eu Duis pariatur\"\n ],\n \"avatarUrl\": \"labore elit\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the Site model", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/sites/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "sites", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "taxcodes", "item": [ { "name": "{id}", "item": [ { "name": "Get a Tax Code", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the Tax Code resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Tax Code resource" } ] } }, "response": [ { "name": "Returns the Tax Code model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Tax Code resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"in adipisicing Duis officia\",\n \"summary\": \"Ut dolor\",\n \"accountNumber\": \"dolor consectetur qui voluptate\",\n \"potential\": -94535620.25301525,\n \"sales\": 98511568.83126608,\n \"discount\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"accountManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"supportManager\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"type1\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"type2\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"primaryContact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"supportContact\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"address1\": \"irure mollit nostrud anim \",\n \"address2\": \"ipsum esse officia tempo\",\n \"address3\": \"Ut\",\n \"town\": \"in pariatur\",\n \"county\": \"ipsum laboris eiusmod\",\n \"postcode\": \"do\",\n \"country\": \"esse culpa\",\n \"billingAddress1\": \"consequat incididunt\",\n \"billingAddress2\": \"exercitation non\",\n \"billingAddress3\": \"commodo adipisicing tempor\",\n \"billingTown\": \"ipsum cupidatat reprehenderit eu\",\n \"billingCounty\": \"occaecat\",\n \"billingPostcode\": \"do veniam\",\n \"billingCountry\": \"ullamco ea consequat cupidatat in\",\n \"phone\": \"amet\",\n \"site\": \"fugiat esse\",\n \"website\": \"fugiat eu adipisicing\",\n \"externalReference\": \"Duis aliquip et ullamco\",\n \"reference\": \"occaecat officia sunt do\",\n \"tags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"primarySite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"billingSite\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"billingCurrencyId\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"details\": {\n \"value\": \"\"\n }\n },\n \"billingCurrencyCode\": \"Lorem laborum eu ea\",\n \"shortCode\": \"sit aliquip\",\n \"createdDate\": \"1977-08-20T00:41:42.526Z\",\n \"createdBy\": \"culpa\",\n \"updatedDate\": \"2009-04-29T01:55:11.182Z\",\n \"updatedBy\": \"aliqua ipsum\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"minim quis\",\n \"reprehenderit\"\n ],\n \"setAdditionalFields\": [\n \"in consectetur nost\",\n \"aliqua aliquip\"\n ],\n \"avatarUrl\": \"esse veniam consectetur\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Tax Code resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested Tax Code resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a Tax Code", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in commodo nulla eu" }, { "key": "summary", "value": "enim consequat dolor" }, { "key": "taxPercentage", "value": "-38807756.6311996" }, { "key": "externalId", "value": "veniam esse ut in nisi" }, { "key": "code", "value": "dolor sit ullamco occaecat ut" }, { "key": "shortCode", "value": "ad Ut ut" }, { "key": "createdDate", "value": "1988-05-04T16:15:56.607Z" }, { "key": "createdBy", "value": "mollit ut" }, { "key": "updatedDate", "value": "1988-06-21T16:31:57.879Z" }, { "key": "updatedBy", "value": "ut incididunt proident enim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "mollit" }, { "key": "setFields", "value": "nulla ipsum Ut" }, { "key": "setAdditionalFields", "value": "in aliquip" }, { "key": "setAdditionalFields", "value": "Lorem aliqua" }, { "key": "avatarUrl", "value": "non nulla" } ] }, "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Tax Code resource to update" } ] } }, "response": [ { "name": "Returns the Tax Code model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Tax Code resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"in commodo nulla eu\",\n \"summary\": \"enim consequat dolor\",\n \"taxPercentage\": -38807756.6311996,\n \"externalId\": \"veniam esse ut in nisi\",\n \"code\": \"dolor sit ullamco occaecat ut\",\n \"shortCode\": \"ad Ut ut\",\n \"createdDate\": \"1988-05-04T16:15:56.607Z\",\n \"createdBy\": \"mollit ut\",\n \"updatedDate\": \"1988-06-21T16:31:57.879Z\",\n \"updatedBy\": \"ut incididunt proident enim\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"mollit\",\n \"nulla ipsum Ut\"\n ],\n \"setAdditionalFields\": [\n \"in aliquip\",\n \"Lorem aliqua\"\n ],\n \"avatarUrl\": \"non nulla\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Tax Code resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Tax Code resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Delete a Tax Code", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Tax Code resource to delete" } ] } }, "response": [ { "name": "Request completed successfully with No Content", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Tax Code resource to delete" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Request could not be resolved. Please see response message", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Tax Code resource to delete" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Tax Code resource to delete" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Tax Code", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in commodo nulla eu" }, { "key": "summary", "value": "enim consequat dolor" }, { "key": "taxPercentage", "value": "-38807756.6311996" }, { "key": "externalId", "value": "veniam esse ut in nisi" }, { "key": "code", "value": "dolor sit ullamco occaecat ut" }, { "key": "shortCode", "value": "ad Ut ut" }, { "key": "createdDate", "value": "1988-05-04T16:15:56.607Z" }, { "key": "createdBy", "value": "mollit ut" }, { "key": "updatedDate", "value": "1988-06-21T16:31:57.879Z" }, { "key": "updatedBy", "value": "ut incididunt proident enim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "mollit" }, { "key": "setFields", "value": "nulla ipsum Ut" }, { "key": "setAdditionalFields", "value": "in aliquip" }, { "key": "setAdditionalFields", "value": "Lorem aliqua" }, { "key": "avatarUrl", "value": "non nulla" } ] }, "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Tax Code resource to update" } ] } }, "response": [ { "name": "Returns the Tax Code model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in commodo nulla eu" }, { "key": "summary", "value": "enim consequat dolor" }, { "key": "taxPercentage", "value": "-38807756.6311996" }, { "key": "externalId", "value": "veniam esse ut in nisi" }, { "key": "code", "value": "dolor sit ullamco occaecat ut" }, { "key": "shortCode", "value": "ad Ut ut" }, { "key": "createdDate", "value": "1988-05-04T16:15:56.607Z" }, { "key": "createdBy", "value": "mollit ut" }, { "key": "updatedDate", "value": "1988-06-21T16:31:57.879Z" }, { "key": "updatedBy", "value": "ut incididunt proident enim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "mollit" }, { "key": "setFields", "value": "nulla ipsum Ut" }, { "key": "setAdditionalFields", "value": "in aliquip" }, { "key": "setAdditionalFields", "value": "Lorem aliqua" }, { "key": "avatarUrl", "value": "non nulla" } ] }, "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Tax Code resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"in commodo nulla eu\",\n \"summary\": \"enim consequat dolor\",\n \"taxPercentage\": -38807756.6311996,\n \"externalId\": \"veniam esse ut in nisi\",\n \"code\": \"dolor sit ullamco occaecat ut\",\n \"shortCode\": \"ad Ut ut\",\n \"createdDate\": \"1988-05-04T16:15:56.607Z\",\n \"createdBy\": \"mollit ut\",\n \"updatedDate\": \"1988-06-21T16:31:57.879Z\",\n \"updatedBy\": \"ut incididunt proident enim\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"mollit\",\n \"nulla ipsum Ut\"\n ],\n \"setAdditionalFields\": [\n \"in aliquip\",\n \"Lorem aliqua\"\n ],\n \"avatarUrl\": \"non nulla\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in commodo nulla eu" }, { "key": "summary", "value": "enim consequat dolor" }, { "key": "taxPercentage", "value": "-38807756.6311996" }, { "key": "externalId", "value": "veniam esse ut in nisi" }, { "key": "code", "value": "dolor sit ullamco occaecat ut" }, { "key": "shortCode", "value": "ad Ut ut" }, { "key": "createdDate", "value": "1988-05-04T16:15:56.607Z" }, { "key": "createdBy", "value": "mollit ut" }, { "key": "updatedDate", "value": "1988-06-21T16:31:57.879Z" }, { "key": "updatedBy", "value": "ut incididunt proident enim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "mollit" }, { "key": "setFields", "value": "nulla ipsum Ut" }, { "key": "setAdditionalFields", "value": "in aliquip" }, { "key": "setAdditionalFields", "value": "Lorem aliqua" }, { "key": "avatarUrl", "value": "non nulla" } ] }, "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Tax Code resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "in commodo nulla eu" }, { "key": "summary", "value": "enim consequat dolor" }, { "key": "taxPercentage", "value": "-38807756.6311996" }, { "key": "externalId", "value": "veniam esse ut in nisi" }, { "key": "code", "value": "dolor sit ullamco occaecat ut" }, { "key": "shortCode", "value": "ad Ut ut" }, { "key": "createdDate", "value": "1988-05-04T16:15:56.607Z" }, { "key": "createdBy", "value": "mollit ut" }, { "key": "updatedDate", "value": "1988-06-21T16:31:57.879Z" }, { "key": "updatedBy", "value": "ut incididunt proident enim" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "mollit" }, { "key": "setFields", "value": "nulla ipsum Ut" }, { "key": "setAdditionalFields", "value": "in aliquip" }, { "key": "setAdditionalFields", "value": "Lorem aliqua" }, { "key": "avatarUrl", "value": "non nulla" } ] }, "url": { "raw": "{{baseUrl}}/aster/taxcodes/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Tax Code resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Tax Codes", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of Tax Code models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a Tax Code", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "Ut exercitation" }, { "key": "summary", "value": "Ut est" }, { "key": "taxPercentage", "value": "54726445.902290076" }, { "key": "externalId", "value": "tempor in" }, { "key": "code", "value": "exercitation incididunt" }, { "key": "shortCode", "value": "in magna ut" }, { "key": "createdDate", "value": "2000-03-12T07:10:37.654Z" }, { "key": "createdBy", "value": "minim id mollit" }, { "key": "updatedDate", "value": "1986-07-31T19:37:48.545Z" }, { "key": "updatedBy", "value": "anim consequat esse" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "qui Ut sit quis" }, { "key": "setFields", "value": "in commodo voluptate Ut laborum" }, { "key": "setAdditionalFields", "value": "labore ex laboris" }, { "key": "setAdditionalFields", "value": "enim Duis pariatur amet" }, { "key": "avatarUrl", "value": "sint Lorem dolor Ut esse" } ] }, "url": { "raw": "{{baseUrl}}/aster/taxcodes", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes" ] } }, "response": [ { "name": "Returns the Tax Code model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"in commodo nulla eu\",\n \"summary\": \"enim consequat dolor\",\n \"taxPercentage\": -38807756.6311996,\n \"externalId\": \"veniam esse ut in nisi\",\n \"code\": \"dolor sit ullamco occaecat ut\",\n \"shortCode\": \"ad Ut ut\",\n \"createdDate\": \"1988-05-04T16:15:56.607Z\",\n \"createdBy\": \"mollit ut\",\n \"updatedDate\": \"1988-06-21T16:31:57.879Z\",\n \"updatedBy\": \"ut incididunt proident enim\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"mollit\",\n \"nulla ipsum Ut\"\n ],\n \"setAdditionalFields\": [\n \"in aliquip\",\n \"Lorem aliqua\"\n ],\n \"avatarUrl\": \"non nulla\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the Tax Code model", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/taxcodes/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "taxcodes", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "timeunitsrecords", "item": [ { "name": "Get a list of TimeUnitsRecords", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/timeunitsrecords?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "timeunitsrecords" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ] } }, "response": [ { "name": "Returns an array of TimeUnitsRecord models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/timeunitsrecords?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "timeunitsrecords" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/timeunitsrecords?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "timeunitsrecords" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/timeunitsrecords/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "timeunitsrecords", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/timeunitsrecords/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "timeunitsrecords", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/timeunitsrecords/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "timeunitsrecords", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Get a Time Units Record", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/timeunitsrecords/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "timeunitsrecords", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the TimeUnitsRecord resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested TimeUnitsRecord resource" } ] } }, "response": [ { "name": "Returns the TimeUnitsRecord model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/timeunitsrecords/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "timeunitsrecords", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested TimeUnitsRecord resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"aliqua amet in quis\",\n \"summary\": \"adipisicing tempor elit\",\n \"description\": \"ut eu pariatur\",\n \"parent\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"account\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"purchasedItem\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"timeUnit\": {\n \"value\": {\n \"value\": \"\"\n },\n \"isTime\": {\n \"value\": \"\"\n }\n },\n \"assignedToUser\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"dateRecorded\": \"2016-11-15T02:23:35.611Z\",\n \"parentType\": \"aliquip reprehenderit qui esse\",\n \"createdDate\": \"1945-03-17T00:15:25.828Z\",\n \"createdBy\": \"id labore mollit\",\n \"updatedDate\": \"2008-10-24T02:45:37.783Z\",\n \"updatedBy\": \"adipisicing qui do Lorem ad\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"non aliquip ipsum sint pariatur\",\n \"irure proident aliqua\"\n ],\n \"setAdditionalFields\": [\n \"ex laboris do sed\",\n \"in nisi veniam mollit\"\n ],\n \"avatarUrl\": \"dolore nisi aliquip tempor\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/timeunitsrecords/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "timeunitsrecords", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested TimeUnitsRecord resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/timeunitsrecords/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "timeunitsrecords", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested TimeUnitsRecord resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "basicusers", "item": [ { "name": "{id}", "item": [ { "name": "Get an BasicUser", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/basicusers/:id?additionalFields=officia in &additionalFields=ut aute aliquip&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", ":id" ], "query": [ { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "includeLabels", "value": "true", "description": "Details if the response should include the BasicUser resources respective field label meta data" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested BasicUser resource" } ] } }, "response": [ { "name": "Returns the BasicUser model for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/basicusers/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested BasicUser resource" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"occaecat pariatur non consequat\",\n \"summary\": \"voluptate sunt elit\",\n \"firstName\": \"in\",\n \"middleName\": \"Ut mollit amet Duis\",\n \"lastName\": \"consectetur\",\n \"emailAddress\": \"deserunt labor\",\n \"directPhone\": \"con\",\n \"mobilePhone\": \"ea exercitation\",\n \"jobTitle\": \"elit deserunt enim\",\n \"department\": \"qui\",\n \"team\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"ea id veniam nulla\",\n \"shortCode\": \"dolore laboris\",\n \"createdDate\": \"1989-05-03T10:37:38.842Z\",\n \"createdBy\": \"et ipsum voluptate\",\n \"updatedDate\": \"1956-03-19T02:18:57.362Z\",\n \"updatedBy\": \"labore\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"consectetur cillum\",\n \"ea minim nisi quis\"\n ],\n \"setAdditionalFields\": [\n \"ut sunt in id consectetur\",\n \"occaecat esse nisi\"\n ],\n \"avatarUrl\": \"sed dolore mollit et\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/basicusers/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested BasicUser resource" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/basicusers/:id?additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&includeLabels=true&includeAllAdditionalFields=true", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", ":id" ], "query": [ { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" } ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the requested BasicUser resource" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Update a User", "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "dolor eu aute" }, { "key": "summary", "value": "nisi ad aliqua et" }, { "key": "firstName", "value": "reprehenderit" }, { "key": "middleName", "value": "laboris esse Duis dolore" }, { "key": "lastName", "value": "sit dolore Excepteur" }, { "key": "emailAddress", "value": "dolor dolore reprehenderit nisi" }, { "key": "directPhone", "value": "dolore cillum in" }, { "key": "mobilePhone", "value": "dolore proident dolor incididunt in" }, { "key": "jobTitle", "value": "culpa" }, { "key": "department", "value": "consec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sunt tempor sed" }, { "key": "shortCode", "value": "consectetur laborum dolore dolor" }, { "key": "createdDate", "value": "2017-02-17T19:08:47.473Z" }, { "key": "createdBy", "value": "est incididunt commodo nisi ut" }, { "key": "updatedDate", "value": "1992-02-01T23:31:08.968Z" }, { "key": "updatedBy", "value": "ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "in elit eiusmod magna" }, { "key": "setFields", "value": "deserunt Duis id" }, { "key": "setAdditionalFields", "value": "cupidatat tempor fugiat Lorem" }, { "key": "setAdditionalFields", "value": "ex sint ut" }, { "key": "avatarUrl", "value": "dolor laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/basicusers/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the User resource to update" } ] } }, "response": [ { "name": "Returns the User model for the updated resource", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "dolor eu aute" }, { "key": "summary", "value": "nisi ad aliqua et" }, { "key": "firstName", "value": "reprehenderit" }, { "key": "middleName", "value": "laboris esse Duis dolore" }, { "key": "lastName", "value": "sit dolore Excepteur" }, { "key": "emailAddress", "value": "dolor dolore reprehenderit nisi" }, { "key": "directPhone", "value": "dolore cillum in" }, { "key": "mobilePhone", "value": "dolore proident dolor incididunt in" }, { "key": "jobTitle", "value": "culpa" }, { "key": "department", "value": "consec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sunt tempor sed" }, { "key": "shortCode", "value": "consectetur laborum dolore dolor" }, { "key": "createdDate", "value": "2017-02-17T19:08:47.473Z" }, { "key": "createdBy", "value": "est incididunt commodo nisi ut" }, { "key": "updatedDate", "value": "1992-02-01T23:31:08.968Z" }, { "key": "updatedBy", "value": "ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "in elit eiusmod magna" }, { "key": "setFields", "value": "deserunt Duis id" }, { "key": "setAdditionalFields", "value": "cupidatat tempor fugiat Lorem" }, { "key": "setAdditionalFields", "value": "ex sint ut" }, { "key": "avatarUrl", "value": "dolor laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/basicusers/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the User resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"dolor eu aute\",\n \"summary\": \"nisi ad aliqua et\",\n \"firstName\": \"reprehenderit\",\n \"middleName\": \"laboris esse Duis dolore\",\n \"lastName\": \"sit dolore Excepteur\",\n \"emailAddress\": \"dolor dolore reprehenderit nisi\",\n \"directPhone\": \"dolore cillum in\",\n \"mobilePhone\": \"dolore proident dolor incididunt in\",\n \"jobTitle\": \"culpa\",\n \"department\": \"consec\",\n \"team\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"sunt tempor sed\",\n \"shortCode\": \"consectetur laborum dolore dolor\",\n \"createdDate\": \"2017-02-17T19:08:47.473Z\",\n \"createdBy\": \"est incididunt commodo nisi ut\",\n \"updatedDate\": \"1992-02-01T23:31:08.968Z\",\n \"updatedBy\": \"ipsum\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"in elit eiusmod magna\",\n \"deserunt Duis id\"\n ],\n \"setAdditionalFields\": [\n \"cupidatat tempor fugiat Lorem\",\n \"ex sint ut\"\n ],\n \"avatarUrl\": \"dolor laboris\"\n}" }, { "name": "Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "dolor eu aute" }, { "key": "summary", "value": "nisi ad aliqua et" }, { "key": "firstName", "value": "reprehenderit" }, { "key": "middleName", "value": "laboris esse Duis dolore" }, { "key": "lastName", "value": "sit dolore Excepteur" }, { "key": "emailAddress", "value": "dolor dolore reprehenderit nisi" }, { "key": "directPhone", "value": "dolore cillum in" }, { "key": "mobilePhone", "value": "dolore proident dolor incididunt in" }, { "key": "jobTitle", "value": "culpa" }, { "key": "department", "value": "consec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sunt tempor sed" }, { "key": "shortCode", "value": "consectetur laborum dolore dolor" }, { "key": "createdDate", "value": "2017-02-17T19:08:47.473Z" }, { "key": "createdBy", "value": "est incididunt commodo nisi ut" }, { "key": "updatedDate", "value": "1992-02-01T23:31:08.968Z" }, { "key": "updatedBy", "value": "ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "in elit eiusmod magna" }, { "key": "setFields", "value": "deserunt Duis id" }, { "key": "setAdditionalFields", "value": "cupidatat tempor fugiat Lorem" }, { "key": "setAdditionalFields", "value": "ex sint ut" }, { "key": "avatarUrl", "value": "dolor laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/basicusers/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the User resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PUT", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "dolor eu aute" }, { "key": "summary", "value": "nisi ad aliqua et" }, { "key": "firstName", "value": "reprehenderit" }, { "key": "middleName", "value": "laboris esse Duis dolore" }, { "key": "lastName", "value": "sit dolore Excepteur" }, { "key": "emailAddress", "value": "dolor dolore reprehenderit nisi" }, { "key": "directPhone", "value": "dolore cillum in" }, { "key": "mobilePhone", "value": "dolore proident dolor incididunt in" }, { "key": "jobTitle", "value": "culpa" }, { "key": "department", "value": "consec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sunt tempor sed" }, { "key": "shortCode", "value": "consectetur laborum dolore dolor" }, { "key": "createdDate", "value": "2017-02-17T19:08:47.473Z" }, { "key": "createdBy", "value": "est incididunt commodo nisi ut" }, { "key": "updatedDate", "value": "1992-02-01T23:31:08.968Z" }, { "key": "updatedBy", "value": "ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "in elit eiusmod magna" }, { "key": "setFields", "value": "deserunt Duis id" }, { "key": "setAdditionalFields", "value": "cupidatat tempor fugiat Lorem" }, { "key": "setAdditionalFields", "value": "ex sint ut" }, { "key": "avatarUrl", "value": "dolor laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/basicusers/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the User resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Partially Update a Basic User", "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "dolor eu aute" }, { "key": "summary", "value": "nisi ad aliqua et" }, { "key": "firstName", "value": "reprehenderit" }, { "key": "middleName", "value": "laboris esse Duis dolore" }, { "key": "lastName", "value": "sit dolore Excepteur" }, { "key": "emailAddress", "value": "dolor dolore reprehenderit nisi" }, { "key": "directPhone", "value": "dolore cillum in" }, { "key": "mobilePhone", "value": "dolore proident dolor incididunt in" }, { "key": "jobTitle", "value": "culpa" }, { "key": "department", "value": "consec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sunt tempor sed" }, { "key": "shortCode", "value": "consectetur laborum dolore dolor" }, { "key": "createdDate", "value": "2017-02-17T19:08:47.473Z" }, { "key": "createdBy", "value": "est incididunt commodo nisi ut" }, { "key": "updatedDate", "value": "1992-02-01T23:31:08.968Z" }, { "key": "updatedBy", "value": "ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "in elit eiusmod magna" }, { "key": "setFields", "value": "deserunt Duis id" }, { "key": "setAdditionalFields", "value": "cupidatat tempor fugiat Lorem" }, { "key": "setAdditionalFields", "value": "ex sint ut" }, { "key": "avatarUrl", "value": "dolor laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/basicusers/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Basic User resource to update" } ] } }, "response": [ { "name": "Returns the Basic User model for the updated resource", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "dolor eu aute" }, { "key": "summary", "value": "nisi ad aliqua et" }, { "key": "firstName", "value": "reprehenderit" }, { "key": "middleName", "value": "laboris esse Duis dolore" }, { "key": "lastName", "value": "sit dolore Excepteur" }, { "key": "emailAddress", "value": "dolor dolore reprehenderit nisi" }, { "key": "directPhone", "value": "dolore cillum in" }, { "key": "mobilePhone", "value": "dolore proident dolor incididunt in" }, { "key": "jobTitle", "value": "culpa" }, { "key": "department", "value": "consec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sunt tempor sed" }, { "key": "shortCode", "value": "consectetur laborum dolore dolor" }, { "key": "createdDate", "value": "2017-02-17T19:08:47.473Z" }, { "key": "createdBy", "value": "est incididunt commodo nisi ut" }, { "key": "updatedDate", "value": "1992-02-01T23:31:08.968Z" }, { "key": "updatedBy", "value": "ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "in elit eiusmod magna" }, { "key": "setFields", "value": "deserunt Duis id" }, { "key": "setAdditionalFields", "value": "cupidatat tempor fugiat Lorem" }, { "key": "setAdditionalFields", "value": "ex sint ut" }, { "key": "avatarUrl", "value": "dolor laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/basicusers/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Basic User resource to update" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"dolor eu aute\",\n \"summary\": \"nisi ad aliqua et\",\n \"firstName\": \"reprehenderit\",\n \"middleName\": \"laboris esse Duis dolore\",\n \"lastName\": \"sit dolore Excepteur\",\n \"emailAddress\": \"dolor dolore reprehenderit nisi\",\n \"directPhone\": \"dolore cillum in\",\n \"mobilePhone\": \"dolore proident dolor incididunt in\",\n \"jobTitle\": \"culpa\",\n \"department\": \"consec\",\n \"team\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"externalReference\": \"sunt tempor sed\",\n \"shortCode\": \"consectetur laborum dolore dolor\",\n \"createdDate\": \"2017-02-17T19:08:47.473Z\",\n \"createdBy\": \"est incididunt commodo nisi ut\",\n \"updatedDate\": \"1992-02-01T23:31:08.968Z\",\n \"updatedBy\": \"ipsum\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"in elit eiusmod magna\",\n \"deserunt Duis id\"\n ],\n \"setAdditionalFields\": [\n \"cupidatat tempor fugiat Lorem\",\n \"ex sint ut\"\n ],\n \"avatarUrl\": \"dolor laboris\"\n}" }, { "name": "Partial Update request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "dolor eu aute" }, { "key": "summary", "value": "nisi ad aliqua et" }, { "key": "firstName", "value": "reprehenderit" }, { "key": "middleName", "value": "laboris esse Duis dolore" }, { "key": "lastName", "value": "sit dolore Excepteur" }, { "key": "emailAddress", "value": "dolor dolore reprehenderit nisi" }, { "key": "directPhone", "value": "dolore cillum in" }, { "key": "mobilePhone", "value": "dolore proident dolor incididunt in" }, { "key": "jobTitle", "value": "culpa" }, { "key": "department", "value": "consec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sunt tempor sed" }, { "key": "shortCode", "value": "consectetur laborum dolore dolor" }, { "key": "createdDate", "value": "2017-02-17T19:08:47.473Z" }, { "key": "createdBy", "value": "est incididunt commodo nisi ut" }, { "key": "updatedDate", "value": "1992-02-01T23:31:08.968Z" }, { "key": "updatedBy", "value": "ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "in elit eiusmod magna" }, { "key": "setFields", "value": "deserunt Duis id" }, { "key": "setAdditionalFields", "value": "cupidatat tempor fugiat Lorem" }, { "key": "setAdditionalFields", "value": "ex sint ut" }, { "key": "avatarUrl", "value": "dolor laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/basicusers/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Basic User resource to update" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "PATCH", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "dolor eu aute" }, { "key": "summary", "value": "nisi ad aliqua et" }, { "key": "firstName", "value": "reprehenderit" }, { "key": "middleName", "value": "laboris esse Duis dolore" }, { "key": "lastName", "value": "sit dolore Excepteur" }, { "key": "emailAddress", "value": "dolor dolore reprehenderit nisi" }, { "key": "directPhone", "value": "dolore cillum in" }, { "key": "mobilePhone", "value": "dolore proident dolor incididunt in" }, { "key": "jobTitle", "value": "culpa" }, { "key": "department", "value": "consec" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "externalReference", "value": "sunt tempor sed" }, { "key": "shortCode", "value": "consectetur laborum dolore dolor" }, { "key": "createdDate", "value": "2017-02-17T19:08:47.473Z" }, { "key": "createdBy", "value": "est incididunt commodo nisi ut" }, { "key": "updatedDate", "value": "1992-02-01T23:31:08.968Z" }, { "key": "updatedBy", "value": "ipsum" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "in elit eiusmod magna" }, { "key": "setFields", "value": "deserunt Duis id" }, { "key": "setAdditionalFields", "value": "cupidatat tempor fugiat Lorem" }, { "key": "setAdditionalFields", "value": "ex sint ut" }, { "key": "avatarUrl", "value": "dolor laboris" } ] }, "url": { "raw": "{{baseUrl}}/aster/basicusers/:id", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", ":id" ], "variable": [ { "key": "id", "value": "pariatur", "description": "(Required) Id of the Basic User resource to update" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Get a list of Users", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/basicusers?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "response": [ { "name": "Returns an array of User models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/basicusers?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"records\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"numberOfRecords\": 85830323,\n \"pageNumber\": 26932138,\n \"pageSize\": -23658389\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/basicusers?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeLabels=true&includeAllAdditionalFields=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Obtain the meta data for the requested resource", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/basicusers/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", "meta" ] } }, "response": [ { "name": "Returns the field meta data for the requested resource", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/basicusers/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", "meta" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"name\": \"commodo est qui\",\n \"isExtension\": false,\n \"isAdmin\": true,\n \"hasTags\": false,\n \"properties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"additionalProperties\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"subLists\": [\n \"nisi reprehenderit ea exercitation in\",\n \"laboris minim veniam commodo anim\"\n ],\n \"availableTags\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"availableListOptions\": [\n \"cupidatat cillum veniam incididunt pariatur\",\n \"Duis eu commodo\"\n ]\n}" }, { "name": "Requested type resource could not be found", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/basicusers/meta", "host": [ "{{baseUrl}}" ], "path": [ "aster", "basicusers", "meta" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] }, { "name": "Returns a file of the avatar based on an item id and object type", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/avatars/:objectType/:itemId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "avatars", ":objectType", ":itemId" ], "variable": [ { "key": "itemId", "value": "pariatur", "description": "(Required) The id of the item the avatar is being requested for." }, { "key": "objectType", "value": "pariatur", "description": "(Required) The type of item the avatar is being requested for." } ] } }, "response": [ { "name": "Returns 200 once the file has retrieved successfully.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/avatars/:objectType/:itemId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "avatars", ":objectType", ":itemId" ], "variable": [ { "key": "itemId", "value": "pariatur", "description": "(Required) The id of the item the avatar is being requested for." }, { "key": "objectType", "value": "pariatur", "description": "(Required) The type of item the avatar is being requested for." } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" }, { "name": "Returns 400 when a bad request has been made.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/avatars/:objectType/:itemId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "avatars", ":objectType", ":itemId" ], "variable": [ { "key": "itemId", "value": "pariatur", "description": "(Required) The id of the item the avatar is being requested for." }, { "key": "objectType", "value": "pariatur", "description": "(Required) The type of item the avatar is being requested for." } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 403 when there is forbidden access to a file/directory.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/avatars/:objectType/:itemId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "avatars", ":objectType", ":itemId" ], "variable": [ { "key": "itemId", "value": "pariatur", "description": "(Required) The id of the item the avatar is being requested for." }, { "key": "objectType", "value": "pariatur", "description": "(Required) The type of item the avatar is being requested for." } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Returns 404 when item or file hasn't been found.", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/avatars/:objectType/:itemId", "host": [ "{{baseUrl}}" ], "path": [ "aster", "avatars", ":objectType", ":itemId" ], "variable": [ { "key": "itemId", "value": "pariatur", "description": "(Required) The id of the item the avatar is being requested for." }, { "key": "objectType", "value": "pariatur", "description": "(Required) The type of item the avatar is being requested for." } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Document Production Jobs Get Job Status", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/documentproductionjobs/:jobId/status", "host": [ "{{baseUrl}}" ], "path": [ "aster", "documentproductionjobs", ":jobId", "status" ], "variable": [ { "key": "jobId", "value": "pariatur", "description": "(Required) " } ] } }, "response": [ { "name": "OK", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/documentproductionjobs/:jobId/status", "host": [ "{{baseUrl}}" ], "path": [ "aster", "documentproductionjobs", ":jobId", "status" ], "variable": [ { "key": "jobId", "value": "pariatur", "description": "(Required) " } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{}" } ] }, { "name": "Get a list of leads", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leads?pageSize=47272084&pageNumber=47272084&additionalFields=officia in &additionalFields=ut aute aliquip&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leads" ], "query": [ { "key": "pageSize", "value": "47272084", "description": "Number of leads to return per page." }, { "key": "pageNumber", "value": "47272084", "description": "The page number to return results for leads." }, { "key": "additionalFields", "value": "officia in ", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "additionalFields", "value": "ut aute aliquip", "description": "Additional fields to include in the response in a comma seperated list" }, { "key": "sortField", "value": "pariatur", "description": "Name of the field to sort the results by" }, { "key": "sortAscending", "value": "true", "description": "True when results should be sorted in descending order" }, { "key": "includeAllAdditionalFields", "value": "true", "description": "Set to true to include all additional fields in the response. Specific fields can be requested using the additionalFields parameter." }, { "key": "includeLabels", "value": "true", "description": "Set to true to include the labels for the request fields." }, { "key": "listOption", "value": "pariatur", "description": "Set to constrain which results are returned based on the requesting user. Possible values: all, my, team, callback" } ] } }, "response": [ { "name": "Returns an array of Lead models for the requested resources", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leads?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leads" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"tempor labo\",\n \"summary\": \"Du\",\n \"listName\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n }\n },\n \"listLayoutName\": \"tempor quis esse adipisicing\",\n \"contactFirstname\": \"reprehenderit ea\",\n \"contactLastname\": \"eu esse\",\n \"contactEmail\": \"sit culpa qui pariatur cons\",\n \"contactPhone\": \"occaecat ea\",\n \"contactMobile\": \"tempor ipsum ad\",\n \"companyAddress1\": \"culpa qui et\",\n \"companyAddress2\": \"pariatur occaecat enim dolor\",\n \"companyAddress3\": \"nulla ipsum\",\n \"companyTown\": \"aute proident\",\n \"companyCounty\": \"ex labore\",\n \"companyPostcode\": \"ea cupidatat in dolor\",\n \"companyCountry\": \"cupidatat qui eu consectetur\",\n \"companyPhone\": \"occaecat\",\n \"companyWebdomain\": \"anim consectetur officia\",\n \"shortCode\": \"tempor\",\n \"createdDate\": \"2018-11-14T06:14:28.916Z\",\n \"createdBy\": \"ullamco\",\n \"updatedDate\": \"1948-12-22T06:16:30.446Z\",\n \"updatedBy\": \"aute exercitation aliquip\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"sint eu tempor\",\n \"ex ipsum\"\n ],\n \"setAdditionalFields\": [\n \"reprehenderit est id\",\n \"laborum ullamco\"\n ],\n \"avatarUrl\": \"ut fugiat amet\"\n}" }, { "name": "Get request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/aster/leads?pageSize=47272084&pageNumber=47272084&additionalFields=voluptate Excepteur&additionalFields=reprehenderit in fugiat&sortField=pariatur&sortAscending=true&includeAllAdditionalFields=true&includeLabels=true&listOption=pariatur", "host": [ "{{baseUrl}}" ], "path": [ "aster", "leads" ], "query": [ { "key": "pageSize", "value": "47272084" }, { "key": "pageNumber", "value": "47272084" }, { "key": "additionalFields", "value": "voluptate Excepteur" }, { "key": "additionalFields", "value": "reprehenderit in fugiat" }, { "key": "sortField", "value": "pariatur" }, { "key": "sortAscending", "value": "true" }, { "key": "includeAllAdditionalFields", "value": "true" }, { "key": "includeLabels", "value": "true" }, { "key": "listOption", "value": "pariatur" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] }, { "name": "Create a transaction history record and adds its line items", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "labore reprehenderit ad" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "{\"value\":\"\"}" }, { "key": "setAdditionalFields", "value": "{\"value\":\"\"}" }, { "key": "avatarUrl", "value": "{\"value\":\"\"}" }, { "key": "lines", "value": "{\"value\":\"\"}" }, { "key": "lines", "value": "{\"value\":\"\"}" }, { "key": "headerExtensionObjectName", "value": "est veniam id" }, { "key": "lineExtensionObjectName", "value": "aliqua aute anim id" }, { "key": "parentIdFieldName", "value": "Excepteur tempor ea" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "deserunt reprehenderit tempor" }, { "key": "setFields", "value": "ex veniam" }, { "key": "setAdditionalFields", "value": "dolor pariatur enim non" }, { "key": "setAdditionalFields", "value": "id proident" }, { "key": "avatarUrl", "value": "exercitation dolore ad tempor" } ] }, "url": { "raw": "{{baseUrl}}/aster/transactionhistory", "host": [ "{{baseUrl}}" ], "path": [ "aster", "transactionhistory" ] } }, "response": [ { "name": "Returns the transaction model for the created resource, and a reference to the created resource", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "eu voluptate aliqua" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "{\"value\":\"\"}" }, { "key": "setAdditionalFields", "value": "{\"value\":\"\"}" }, { "key": "avatarUrl", "value": "{\"value\":\"\"}" }, { "key": "lines", "value": "{\"value\":\"\"}" }, { "key": "lines", "value": "{\"value\":\"\"}" }, { "key": "headerExtensionObjectName", "value": "voluptate deserunt laboris" }, { "key": "lineExtensionObjectName", "value": "esse consequat" }, { "key": "parentIdFieldName", "value": "mollit in tempor dolore voluptate" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ut incididunt deserunt" }, { "key": "setFields", "value": "velit sed" }, { "key": "setAdditionalFields", "value": "in do" }, { "key": "setAdditionalFields", "value": "fugiat non consequat dolor sunt" }, { "key": "avatarUrl", "value": "nisi veniam sunt" } ] }, "url": { "raw": "{{baseUrl}}/aster/transactionhistory", "host": [ "{{baseUrl}}" ], "path": [ "aster", "transactionhistory" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "body": "{\n \"id\": \"eu voluptate aliqua\",\n \"header\": {\n \"id\": {\n \"value\": \"\"\n },\n \"summary\": {\n \"value\": \"\"\n },\n \"additionalFields\": {\n \"value\": \"\"\n },\n \"labels\": {\n \"value\": \"\"\n },\n \"setFields\": {\n \"value\": \"\"\n },\n \"setAdditionalFields\": {\n \"value\": \"\"\n },\n \"avatarUrl\": {\n \"value\": \"\"\n }\n },\n \"lines\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"headerExtensionObjectName\": \"voluptate deserunt laboris\",\n \"lineExtensionObjectName\": \"esse consequat\",\n \"parentIdFieldName\": \"mollit in tempor dolore voluptate\",\n \"additionalFields\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"labels\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"setFields\": [\n \"dolore ut incididunt deserunt\",\n \"velit sed\"\n ],\n \"setAdditionalFields\": [\n \"in do\",\n \"fugiat non consequat dolor sunt\"\n ],\n \"avatarUrl\": \"nisi veniam sunt\"\n}" }, { "name": "Create request could not be resolved. Please see response error model for further details", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "eu voluptate aliqua" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "{\"value\":\"\"}" }, { "key": "setAdditionalFields", "value": "{\"value\":\"\"}" }, { "key": "avatarUrl", "value": "{\"value\":\"\"}" }, { "key": "lines", "value": "{\"value\":\"\"}" }, { "key": "lines", "value": "{\"value\":\"\"}" }, { "key": "headerExtensionObjectName", "value": "voluptate deserunt laboris" }, { "key": "lineExtensionObjectName", "value": "esse consequat" }, { "key": "parentIdFieldName", "value": "mollit in tempor dolore voluptate" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ut incididunt deserunt" }, { "key": "setFields", "value": "velit sed" }, { "key": "setAdditionalFields", "value": "in do" }, { "key": "setAdditionalFields", "value": "fugiat non consequat dolor sunt" }, { "key": "avatarUrl", "value": "nisi veniam sunt" } ] }, "url": { "raw": "{{baseUrl}}/aster/transactionhistory", "host": [ "{{baseUrl}}" ], "path": [ "aster", "transactionhistory" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" }, { "name": "Requested resource could not be found", "originalRequest": { "method": "POST", "header": [], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "id", "value": "eu voluptate aliqua" }, { "key": "id", "value": "{\"value\":\"\"}" }, { "key": "summary", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "{\"value\":\"\"}" }, { "key": "setAdditionalFields", "value": "{\"value\":\"\"}" }, { "key": "avatarUrl", "value": "{\"value\":\"\"}" }, { "key": "lines", "value": "{\"value\":\"\"}" }, { "key": "lines", "value": "{\"value\":\"\"}" }, { "key": "headerExtensionObjectName", "value": "voluptate deserunt laboris" }, { "key": "lineExtensionObjectName", "value": "esse consequat" }, { "key": "parentIdFieldName", "value": "mollit in tempor dolore voluptate" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "additionalFields", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "labels", "value": "{\"value\":\"\"}" }, { "key": "setFields", "value": "dolore ut incididunt deserunt" }, { "key": "setFields", "value": "velit sed" }, { "key": "setAdditionalFields", "value": "in do" }, { "key": "setAdditionalFields", "value": "fugiat non consequat dolor sunt" }, { "key": "avatarUrl", "value": "nisi veniam sunt" } ] }, "url": { "raw": "{{baseUrl}}/aster/transactionhistory", "host": [ "{{baseUrl}}" ], "path": [ "aster", "transactionhistory" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "body": "" } ] } ] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ], "variable": [ { "key": "baseUrl", "value": "https://[Gold-Vision url here]/api" } ] }