{ "uuid": "a84b0814-056a-4daf-a9f9-82c56c134caf", "lastMigration": 29, "name": "Noosh API application", "endpointPrefix": "v1", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "afbdd1bc-ad96-4675-b631-a15991bb3e9e", "documentation": "List Tags from Workgroup and Project.", "method": "get", "endpoint": "1.1/workgroups/:workgroup_id/projects/:project_id/fileTags", "responses": [ { "uuid": "047c0810-bd13-4072-ba1a-b0bc8057f09d", "body": "{\n \"result\": [\n {\n \"isSpec\": \"false\",\n \"tagId\": \"1\",\n \"tagName\": \"sample tagName\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f70a71a0-732b-44de-ab1c-4ce539f451fe", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b1a43175-3ef6-4906-9b59-35f91c6dad34", "documentation": "List Files from Project. Works for Regular and Remote Files", "method": "get", "endpoint": "1.1/workgroups/:workgroup_id/projects/:project_id/files", "responses": [ { "uuid": "05180f9f-07e6-4764-8812-22c8aaad62fb", "body": "{\n \"result\": {\n \"description\": \"sample description\",\n \"download_link\": \"sample download_link\",\n \"file_id\": \"1\",\n \"file_name\": \"sample file_name\",\n \"file_size\": \"\",\n \"file_type\": \"sample file_type\",\n \"is_remote\": \"false\",\n \"modified_date\": \"sample modified_date\",\n \"tagList\": [\n {\n \"isSpec\": \"false\",\n \"tagId\": \"1\",\n \"tagName\": \"sample tagName\"\n }\n ],\n \"upload_date\": \"sample upload_date\",\n \"uploaded_by\": \"sample uploaded_by\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c816e479-afad-4063-9afb-1d3991fb27a0", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "78e6f547-c2d7-4055-9f49-6d27b1dcc0fc", "documentation": "Upload File to Project. A multipart/form-data request with a name \"file\"", "method": "post", "endpoint": "1.1/workgroups/:workgroup_id/projects/:project_id/files", "responses": [ { "uuid": "b51b4788-4a4e-4258-bf01-8087811749ef", "body": "{\n \"result\": {\n \"description\": \"sample description\",\n \"download_link\": \"sample download_link\",\n \"file_id\": \"1\",\n \"file_name\": \"sample file_name\",\n \"file_size\": \"\",\n \"file_type\": \"sample file_type\",\n \"is_remote\": \"false\",\n \"modified_date\": \"sample modified_date\",\n \"tagList\": [\n {\n \"isSpec\": \"false\",\n \"tagId\": \"1\",\n \"tagName\": \"sample tagName\"\n }\n ],\n \"upload_date\": \"sample upload_date\",\n \"uploaded_by\": \"sample uploaded_by\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "49de9183-360e-4bdc-ac73-342e9fb16298", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a306de5-215e-457b-a537-d491fe9ce209", "documentation": "Get File from Project. Works for Regular and Remote Files", "method": "get", "endpoint": "1.1/workgroups/:workgroup_id/projects/:project_id/files/:file_id", "responses": [ { "uuid": "fea5b73b-ce8c-4b2b-9e5c-7e58ba2abfa3", "body": "{\n \"result\": {\n \"description\": \"sample description\",\n \"download_link\": \"sample download_link\",\n \"file_id\": \"1\",\n \"file_name\": \"sample file_name\",\n \"file_size\": \"\",\n \"file_type\": \"sample file_type\",\n \"is_remote\": \"false\",\n \"modified_date\": \"sample modified_date\",\n \"tagList\": [\n {\n \"isSpec\": \"false\",\n \"tagId\": \"1\",\n \"tagName\": \"sample tagName\"\n }\n ],\n \"upload_date\": \"sample upload_date\",\n \"uploaded_by\": \"sample uploaded_by\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2da2b26b-404c-49bd-8402-84e990b1f189", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b8cdfa6c-2d27-4093-a81d-b26eab3ec2f6", "documentation": "List a specific spec of project Level", "method": "get", "endpoint": "1.1/workgroups/:workgroup_id/projects/:project_id/specs/:spec_id", "responses": [ { "uuid": "3657fb73-0aad-4ae7-9693-b11946d199ca", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "77aecd61-dc91-4f2e-aa3d-207fd00c6e64", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fd4d6da5-1a9e-40a5-a633-1a528135c9f2", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "652174cd-f48a-4ec1-8eea-dafb26132a6d", "documentation": "Update a specific Spec", "method": "put", "endpoint": "1.1/workgroups/:workgroup_id/projects/:project_id/specs/:spec_id", "responses": [ { "uuid": "61fded22-e294-453e-b84f-2262897ee86d", "body": "{\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\",\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "382551cc-49b4-4e5b-b8e2-5bd34b69111a", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "36d9f602-9f3c-4da7-aaf3-c488aaa3e0a2", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "55eccea2-5d93-4097-99ae-ca71a3aa5c51", "documentation": "Invite a team member or all the members of team template for the specific project.", "method": "post", "endpoint": "1.1/workgroups/:workgroup_id/projects/:project_id/teammembers", "responses": [ { "uuid": "e3ccb78a-2e31-4664-899e-3bd60e3cdda2", "body": "{\n \"results\": [\n {\n \"role\": {\n \"role_id\": \"1\",\n \"role_name\": \"sample role_name\"\n },\n \"team_member_id\": \"1\",\n \"user\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"was_invited_before\": \"false\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2e9b8e77-9a23-45d2-8afb-71ca497f6bf1", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b91fba58-e8d9-44cb-8d6d-9ef61b4a2141", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca3f3b62-34b6-452d-8d5a-ab2d0a59efeb", "documentation": "Get Spec Type Fields", "method": "get", "endpoint": "1.1/workgroups/:workgroup_id/specTypes/:spec_type_id/specTypeFields", "responses": [ { "uuid": "8c4ecb90-b142-44a4-8c00-17fec24c2411", "body": "{\n \"result\": \"\",\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3e5f720a-52ea-4378-86df-44cecb5948db", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cf478a0b-f0ba-4e96-a961-893f06f84851", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "428c8a25-9d9f-4596-b28b-0a1ae5bdfa8e", "documentation": "List all countries", "method": "get", "endpoint": "v1/countries", "responses": [ { "uuid": "0129d782-a6a2-45fc-a2b1-5ce38e4f2ccd", "body": "{\n \"result\": [\n {\n \"constant_token\": \"sample constant_token\",\n \"country\": \"sample country\",\n \"country_id\": \"1\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5d8f4380-aa16-4395-b588-23251406e12a", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3bdba4e5-ae62-4dea-a9e6-f19ca0d8e552", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a6cf6130-d8fb-4411-96a4-51752d92db45", "documentation": "List the workgroups", "method": "get", "endpoint": "v1/workgroups", "responses": [ { "uuid": "b8bc5a94-b25f-4c43-877a-310f7f28f054", "body": "{\n \"results\": [\n {\n \"is_default\": \"false\",\n \"parent_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b6a9d667-c287-4562-a9b6-7ce1f1958135", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2f7e720e-2627-4609-a173-8f0c921bcdba", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f360faf0-8247-4113-aae2-5b427085ae3b", "documentation": "List current user's automatic invitations info ", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/automaticInvitations", "responses": [ { "uuid": "a123d715-36bf-454d-8434-3def0e26d267", "body": "{\n \"results\": [\n {\n \"automatic_invitation_type_name\": \"sample automatic_invitation_type_name\",\n \"team_template\": {\n \"team_template_id\": \"1\",\n \"team_template_name\": \"sample team_template_name\"\n }\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9851e7cb-211f-49e3-a4ac-00fc400cf9a4", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0046bbd5-768e-464d-b11d-17cc41e6895e", "documentation": "List Billing Recipients", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/billingRecipients", "responses": [ { "uuid": "e40c89a0-78a6-4c35-ba59-e7a3533f1707", "body": "{\n \"results\": [\n {\n \"address\": \"sample address\",\n \"company_name\": \"sample company_name\",\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"primary_phone\": \"sample primary_phone\",\n \"user_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6fa0a2e7-28b6-421a-9bd2-b753e1ba7341", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cb71b01c-91bf-42d1-a982-a9ac341fc84d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6ea4529f-193c-4336-8ef6-4124f820ede9", "documentation": "List the buy orders of workgroup", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/buyOrders", "responses": [ { "uuid": "fb43c15f-b1fa-4bf4-b4e4-175270f57a7c", "body": "{\n \"results\": [\n {\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"change_orders\": [\n {\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\"\n }\n ],\n \"closing_change_orders\": [\n {\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\"\n }\n ],\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"grand_total_with_changes\": \"\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"project\": {\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\",\n \"project_number\": \"sample project_number\"\n },\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_grand_total_with_changes\": \"\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7793b3f7-4a57-4f65-b2e3-af7b4a551775", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e9eb00f7-0f23-4a2e-926a-2cb8a9b7c5a9", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9cc99f07-5a11-4462-a4c5-6a284c33c754", "documentation": "Get a specific buy order of workgroup", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/buyOrders/:order_id", "responses": [ { "uuid": "febbd29f-d027-4cbb-9f3c-ccdc6fc5964f", "body": "{\n \"result\": {\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"change_orders\": [\n {\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n }\n ],\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"closing_change_orders\": [\n {\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n }\n ],\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"grand_total_with_changes\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_items\": [\n {\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"item_id\": \"1\",\n \"item_price\": \"1.1\",\n \"quantity\": \"1.1\",\n \"shipping\": \"\",\n \"spec\": {\n \"job_id\": \"1\",\n \"reference_number\": \"sample reference_number\",\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\"\n },\n \"tax\": \"\",\n \"transactional_item_price\": \"1.1\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"transactional_unit_price\": \"\",\n \"unit_description\": \"sample unit_description\",\n \"unit_price\": \"\"\n }\n ],\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"project\": {\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\",\n \"project_number\": \"sample project_number\"\n },\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_grand_total_with_changes\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "25778548-4e09-4577-b5ed-e8d7cc0c4a9f", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ac2736c2-e575-4c73-bc2c-c891d0afddbe", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "31b62b93-4427-43b4-9496-b27fd18a8f9e", "documentation": "List client workgroups", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/clientWorkgroups", "responses": [ { "uuid": "5361c9cc-c06a-460d-a373-3688c86c13a9", "body": "{\n \"results\": [\n {\n \"client_ac_workgroup_id\": \"1\",\n \"client_workgroup_id\": \"1\",\n \"client_workgroup_name\": \"sample client_workgroup_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d4b3447f-9973-4927-a00c-2f68e705a984", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "93d3a1cd-200b-4edc-bf00-64fabf176e2e", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0d6c9c9b-80e2-4cb4-84ce-2853af49e8c7", "documentation": "Get a specific client workgroups", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/clientWorkgroups/:client_workgroup_id", "responses": [ { "uuid": "944fed14-97a4-426f-8234-610aabd1d32c", "body": "{\n \"result\": {\n \"client_ac_workgroup_id\": \"1\",\n \"client_workgroup_id\": \"1\",\n \"client_workgroup_name\": \"sample client_workgroup_name\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"margin_percent\": \"\",\n \"markup\": \"\",\n \"markup_percent\": \"\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "80d27c30-7540-4480-9351-c033be1adecb", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8a04856d-d2a0-405d-a135-fd28792addbf", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6fad25f9-7018-4e08-a11c-ce3a047e431a", "documentation": "List the project categories of client side", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/clientWorkgroups/:client_workgroup_id/projectCategory", "responses": [ { "uuid": "1b6efd34-d9a0-4338-ab7e-9147921cb473", "body": "{\n \"results\": [\n {\n \"project_category_id\": \"1\",\n \"project_category_name\": \"sample project_category_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "77ba749f-6d22-43e1-8db8-ca94678f120e", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "91388443-9075-4528-8d1f-2b1f477106a8", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7a384705-c43d-4363-9204-cef907c0e8ec", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f6781a61-d286-4de1-8a57-d643d2bee272", "documentation": "List projec home user fields of client workgroup", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/clientWorkgroups/:client_workgroup_id/projectHomeUserFields", "responses": [ { "uuid": "32df1370-9b52-4fed-aa9a-7017029ac4e0", "body": "{\n \"results\": [\n {\n \"is_required\": \"false\",\n \"label\": \"sample label\",\n \"ordinal_number\": \"1\",\n \"param_name\": \"sample param_name\",\n \"type\": \"sample type\",\n \"user_field_id\": \"1\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f222bf51-0059-4fbb-8566-c036b4ba87b3", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1a21a5f1-918c-4d2a-99fc-0738c3825ea1", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ad6f74b2-89e6-4238-8fd4-1b0d0a941887", "documentation": "List the project status of client", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/clientWorkgroups/:client_workgroup_id/projectStatus", "responses": [ { "uuid": "a0210cc7-3bcc-49f7-8f70-893291744015", "body": "{\n \"results\": [\n {\n \"project_status_id\": \"1\",\n \"project_status_name\": \"sample project_status_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "19f1a4cf-1cc0-4b44-b7b6-9705457bb7c5", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1a6babce-9036-4a4f-824d-b6b928b4bef3", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c908cb18-0074-4035-88cf-52fb933a5706", "documentation": "List the contacts", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/contacts", "responses": [ { "uuid": "8116bc4b-e387-465e-b7ee-17420d0e9505", "body": "{\n \"results\": [\n {\n \"address\": \"sample address\",\n \"company_name\": \"sample company_name\",\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"primary_phone\": \"sample primary_phone\",\n \"user_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4a233414-6d24-4400-9926-81d0cc98ceff", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "617e1786-d4cc-41dd-9b1e-2aac6408327a", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7b1e3fe4-3c99-4ea1-8eb7-b1617a6efe31", "documentation": "Contact Info", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/contacts/:user_id", "responses": [ { "uuid": "358ec44d-3382-44cb-8ee4-cdd067fa64c1", "body": "{\n \"result\": {\n \"address\": \"\",\n \"company_name\": \"sample company_name\",\n \"email\": \"sample email\",\n \"fax_number\": \"sample fax_number\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"locale\": \"sample locale\",\n \"middle_name\": \"sample middle_name\",\n \"organization\": \"sample organization\",\n \"phone_number\": \"sample phone_number\",\n \"time_zone\": \"sample time_zone\",\n \"title\": \"sample title\",\n \"user_id\": \"1\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "405f64bc-10a9-4ca3-890f-98ce8d6f6811", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "281fe867-3bcc-4e1f-9351-48d865bbb58f", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "02477030-b641-45df-8353-75f088022e5c", "documentation": "Get custom task status of workgroup level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/customTaskStatus", "responses": [ { "uuid": "0c300b6d-fd4c-4d53-93dd-6a77eafc11bf", "body": "{\n \"result\": [\n {\n \"description\": \"sample description\",\n \"is_active\": \"false\",\n \"is_default\": \"false\",\n \"task_status_name\": \"sample task_status_name\",\n \"tasks_status_id\": \"1\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0834308c-41bd-44e4-a00a-3743496fb350", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b5618ee7-3188-4683-9faa-4821d8c20e61", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d3f9bf9d-1066-4f5b-8118-77dbfff811e0", "documentation": "Get custom task types of workgroup level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/customTaskTypes", "responses": [ { "uuid": "f37a9ce1-530d-4386-b728-e062c183ade4", "body": "{\n \"results\": [\n {\n \"task_type\": \"sample task_type\",\n \"task_type_id\": \"1\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "78b6c700-019e-4fa1-b2be-512f03bd160d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c8ecb986-d087-4d6b-82f4-0e1b3520824c", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f07e1b53-d26f-448b-9e40-e6acfa875fc3", "documentation": "List all deactivation reasons", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/deactivationReasons", "responses": [ { "uuid": "7f7bae0a-bde1-4c5b-8b5f-f9aee54fd7fa", "body": "{\n \"results\": [\n {\n \"deactivation_reason_id\": \"1\",\n \"deactivation_reason_name\": \"sample deactivation_reason_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "012f32aa-2da1-4105-9dd6-93244f6f2ac9", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0cddab1e-eebc-42f6-aaab-f0b7578f56d4", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8e261171-1e3f-4a67-8652-ebbd592efb46", "documentation": "Get default task priority list", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/defaultTaskPriority", "responses": [ { "uuid": "e4e83f56-3771-4bdd-bd79-fdbe37f67d6c", "body": "{\n \"results\": [\n {\n \"task_priority_id\": \"1\",\n \"task_priority_name\": \"sample task_priority_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f9ab67ec-d156-4e8b-af6f-e7bf4e48c9e4", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "28875fe4-8da0-450b-be5b-a4d906681260", "documentation": "Get default task status list", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/defaultTaskStatus", "responses": [ { "uuid": "7b6b0e67-9a6c-42af-a33f-ac4f41e724e6", "body": "{\n \"results\": [\n {\n \"task_status_id\": \"1\",\n \"task_status_name\": \"sample task_status_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "de9dfd65-8ede-49c6-bee0-cc9d81110f6b", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eaa47f28-7fbd-4bd4-ac06-3a20f483e5f0", "documentation": "Detail workgroup info", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/detail", "responses": [ { "uuid": "365a3aaa-8aa4-4527-9376-86bd0034750c", "body": "{\n \"result\": {\n \"address_line1\": \"sample address_line1\",\n \"address_line2\": \"sample address_line2\",\n \"address_line3\": \"sample address_line3\",\n \"city\": \"sample city\",\n \"country\": \"sample country\",\n \"country_code\": \"sample country_code\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"default_currency\": \"sample default_currency\",\n \"portal\": \"sample portal\",\n \"postal\": \"sample postal\",\n \"state\": \"sample state\",\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1ba8ff20-7a87-4468-b15f-cd1a0dc8c16d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "026eb073-ae75-4d87-9b64-55c32794a024", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6e6614bd-23f3-44dc-8d15-036e02254bc0", "documentation": "Update a specific Workgroup", "method": "put", "endpoint": "v1/workgroups/:workgroup_id/detail", "responses": [ { "uuid": "42c5417f-7688-4c65-9925-fd1d0f957700", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\",\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n}", "latency": 0, "statusCode": 200, "label": "Successful updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f89197cb-00a9-457c-8bfb-0ef87001be82", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f8b25068-ec61-48c9-a974-233c5a4511fa", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a9b145ff-a19c-4518-ab03-24c85f511fe5", "documentation": "Get Exchange Rate List", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/exchangeRate", "responses": [ { "uuid": "f25aecde-df10-4988-9439-37bd6d2200ef", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "86cc7331-7d13-4fee-b901-9816ec1befae", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "da07d891-b5e3-408c-8766-7d494a1f092b", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "84ce9ce6-712c-4e52-a7ce-e792e112f27f", "documentation": "Create Exchange Rates", "method": "post", "endpoint": "v1/workgroups/:workgroup_id/exchangeRate", "responses": [ { "uuid": "cd91b18f-4224-4c8c-aed4-188404e9cba9", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b7db982d-9c45-4584-98fc-f85619d905fa", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "132cba28-d41e-4668-8258-17f354f8fcc4", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0115d999-6435-4aeb-b642-8f2d365135b2", "documentation": "List my time cards", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/myTimeCards", "responses": [ { "uuid": "4293bb70-a1c4-4999-bfbe-0ce44d72bc9a", "body": "{\n \"results\": [\n {\n \"is_submit\": \"false\",\n \"last_updated_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"no_of_workdays\": \"1\",\n \"submit_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"timecard_id\": \"1\",\n \"total_hours\": \"\",\n \"week_beginning\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "00c2ed46-8ffd-4c1c-8395-e2d0ca4d81ef", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b2eaa504-913b-47a0-8bdf-db9558b2b0e6", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "161cb9e0-930f-4855-a55b-6bf01130ae9b", "documentation": "Get a specific my time cards", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/myTimeCards/:timeCard_id", "responses": [ { "uuid": "c2e514a7-3cc1-4166-a16b-a1bcfb84f9df", "body": "{\n \"billable_hours\": \"\",\n \"is_submit\": \"false\",\n \"last_updated_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"no_of_workdays\": \"1\",\n \"nonbillable_hours\": \"\",\n \"submit_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"time_card_line\": [\n {\n \"activity_name\": \"sample activity_name\",\n \"day1_hours_spent\": \"\",\n \"day2_hours_spent\": \"\",\n \"day3_hours_spent\": \"\",\n \"day4_hours_spent\": \"\",\n \"day5_hours_spent\": \"\",\n \"day6_hours_spent\": \"\",\n \"day7_hours_spent\": \"\",\n \"project\": {\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\"\n },\n \"task\": {\n \"task_id\": \"1\",\n \"task_name\": \"sample task_name\"\n },\n \"time_card_line_id\": \"1\",\n \"total_hours_spent\": \"\"\n }\n ],\n \"timecard_id\": \"1\",\n \"total_hours\": \"\",\n \"week_beginning\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "81b741b8-8658-4322-a74e-fe89b2891a10", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "83f322e2-e43f-40dc-90d6-e699cd4f4502", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "52e58436-da3f-4e07-a0f3-d1410c19f72c", "documentation": "Get product type of workgroup level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/productTypes", "responses": [ { "uuid": "3c99e3e6-c210-4e09-a156-57d1cdc282aa", "body": "{\n \"result\": [\n {\n \"is_checked\": \"false\",\n \"label\": \"sample label\",\n \"product_type_id\": \"1\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fc98dd43-f5c0-4b34-975f-1273f5818a06", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cf2cced0-6a57-4303-84a9-773c6d94bbce", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73be0bb8-cd9c-498e-aa1c-eae7ca7bdaf9", "documentation": "Get product type of spec level by workgroupId", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/productTypesOfSpecTypes", "responses": [ { "uuid": "f6d67730-98c9-41f4-8d9c-7d14dcc09a0a", "body": "{\n \"result\": [\n {\n \"is_checked\": \"false\",\n \"label\": \"sample label\",\n \"product_type_id\": \"1\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e3a3fa78-c448-43d9-8959-24811a3beb8b", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e5eba763-dedf-4d7c-8651-959f3c34ea52", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d032084b-4a27-41a8-8ab6-812e0d5ce47b", "documentation": "Register product types for spec types", "method": "post", "endpoint": "v1/workgroups/:workgroup_id/productTypesOfSpecTypes", "responses": [ { "uuid": "6c42f53d-97bf-43c0-bc41-a9cfc66a1c99", "body": "{\n \"enableDifferentiatePrdTypePreference\": \"false\",\n \"spec_prdType_list\": [\n {\n \"prdType_labels\": [\n \"sample prdType_labels\"\n ],\n \"spec_type_id\": \"1\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f2b265ba-fe6c-4439-b029-1ec238473a4d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f06f5415-1f03-46b6-8a94-09a3a896c5ed", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3f98e710-0e87-41b0-9a8b-f07f36d638bf", "documentation": "Upload Profile Image. A multipart/form-data request with a name \"file\"", "method": "post", "endpoint": "v1/workgroups/:workgroup_id/profileImage", "responses": [ { "uuid": "e0821513-5378-4e6a-bf53-82d893a25332", "body": "{\n \"profileImgUrl\": \"sample profileImgUrl\",\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c445de2e-29ed-435b-a1a5-30b42eda61dd", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cda91df3-4ab7-4b9b-a640-2e56e1464c96", "documentation": "List the project categories", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projectCategory", "responses": [ { "uuid": "f09b51b7-cd82-4700-89e1-b75fcb4d5fe1", "body": "{\n \"results\": [\n {\n \"project_category_id\": \"1\",\n \"project_category_name\": \"sample project_category_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e7d5747f-ee4a-4082-83fb-ee7b6501763d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ef31bd32-9b1c-41e2-bb8a-98808493cd38", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b20a1714-89f5-4edf-89b2-155541fa4910", "documentation": "List projec home user fields", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projectHomeUserFields", "responses": [ { "uuid": "3c26a3ac-6703-4195-9456-b94930bcb71c", "body": "{\n \"results\": [\n {\n \"is_required\": \"false\",\n \"label\": \"sample label\",\n \"ordinal_number\": \"1\",\n \"param_name\": \"sample param_name\",\n \"type\": \"sample type\",\n \"user_field_id\": \"1\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c4a6aa00-1bbc-406f-9358-c1f468af378d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0841acf3-c251-44ee-bc66-8b219352df57", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a7ae2e67-3ab6-4112-a677-20c381a642bd", "documentation": "List the project status", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projectStatus", "responses": [ { "uuid": "6d8a059a-8929-4382-a592-a5707f5ac7d6", "body": "{\n \"results\": [\n {\n \"project_status_id\": \"1\",\n \"project_status_name\": \"sample project_status_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6a026a0e-6490-4a08-8d2b-d3841ad317a2", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c3f92113-d91c-4154-bae0-38e2edde8c8f", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85f90e90-d100-437a-a37a-fb614b3edd92", "documentation": "List the projects", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects", "responses": [ { "uuid": "9b22f944-fdbc-41ac-9101-a1f18ef9b9c6", "body": "{\n \"results\": [\n {\n \"client_account\": \"sample client_account\",\n \"client_workgroup_id\": \"1\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"is_active\": \"false\",\n \"is_hot\": \"false\",\n \"last_spec_update\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\",\n \"project_number\": \"sample project_number\",\n \"project_status\": \"sample project_status\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "358d2a45-6a27-4b21-aa39-f45ed59fcd72", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1d1e4749-7cbd-496e-a092-9a5057eb9be5", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5af09cd3-0a98-4420-97a0-4614dff1f202", "documentation": "Create a Project", "method": "post", "endpoint": "v1/workgroups/:workgroup_id/projects", "responses": [ { "uuid": "f275092e-a654-4399-b8b5-538195d8cc6f", "body": "{\n \"project_id\": \"1\",\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6f0384a2-1c66-47df-b7e7-cb8783a83f42", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4c7d7b51-f126-4faf-adc6-c43a4591c33f", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1ffd03d4-9c5a-4f8e-b932-b5aec9e43b83", "documentation": "Archieve a specific Project", "method": "delete", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id", "responses": [ { "uuid": "6b63d804-402b-4a0d-8e84-6e947cae3295", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful archive", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e32e528a-89bb-4495-ba3a-6c4ad3c9ac10", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "538f2928-f7fa-4179-84de-50d86e0d31cf", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a9c5e363-79b3-4897-8af8-3134771e1b11", "documentation": "Get a specific Project", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id", "responses": [ { "uuid": "29605607-f5da-4f56-b536-26eca6de2e5f", "body": "{\n \"result\": {\n \"category\": \"sample category\",\n \"client_account\": \"sample client_account\",\n \"client_user\": \"sample client_user\",\n \"client_user_id\": \"1\",\n \"client_workgroup_id\": \"1\",\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"deactivation_reason\": \"sample deactivation_reason\",\n \"is_active\": \"false\",\n \"is_hot\": \"false\",\n \"last_spec_update\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"mod_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"owner_workgroup\": \"sample owner_workgroup\",\n \"parent_project\": {\n \"client_account\": \"sample client_account\",\n \"client_user\": \"sample client_user\",\n \"client_user_id\": \"1\",\n \"client_workgroup_id\": \"1\",\n \"comments\": \"sample comments\",\n \"created_by\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\"\n },\n \"project_create_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"project_description\": \"sample project_description\",\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\",\n \"project_number\": \"sample project_number\"\n },\n \"project_create_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"project_description\": \"sample project_description\",\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\",\n \"project_number\": \"sample project_number\",\n \"project_status\": \"sample project_status\",\n \"team_owners\": \"sample team_owners\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2ae85468-7d04-449b-a860-3146a00b0fc8", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "07e1f700-9091-4932-9214-55487a91ae8b", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "14653e96-0c88-4d59-b94d-397ce575d4c6", "documentation": "Patch a specific Project", "method": "patch", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id", "responses": [ { "uuid": "62715132-fa23-4bcc-b380-ec9e19da8209", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful patch", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8008d669-0cbe-47da-b521-62b45ab4aaf0", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "05361770-5086-4b20-ab2b-2ad23c600a37", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "35629f63-d478-4c73-9001-111a57bd6b51", "documentation": "Update a specific Project", "method": "put", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id", "responses": [ { "uuid": "bf12deb2-bc43-434e-a4cf-585c62f32dd5", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful update", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e264b21a-b911-4684-af8c-5444e729785d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d59edd54-09ad-4c73-9128-308ea99e0c8e", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "685578e7-7855-4e99-91ad-6e7a6f92aba9", "documentation": "List the buy orders", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/buyOrders", "responses": [ { "uuid": "5865751a-ea21-4173-8ac5-ee6c04dab84b", "body": "{\n \"results\": [\n {\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"change_orders\": [\n {\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\"\n }\n ],\n \"closing_change_orders\": [\n {\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\"\n }\n ],\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"grand_total_with_changes\": \"\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_grand_total_with_changes\": \"\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e2ee36ed-f7d7-40f0-8f7d-8875aace28af", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3297d627-99f2-48b9-8dbb-5b0c53101aa0", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "839e9321-18c6-43fc-ab39-4f9d0c9e9721", "documentation": "Create a quick buy order", "method": "post", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/buyOrders", "responses": [ { "uuid": "096b7729-5dcf-4e68-a18e-c43c6f3d588d", "body": "{\n \"buyer_user_id\": \"1\",\n \"comments\": \"sample comments\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_name\": \"sample param_name\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"invoice_or_billing_recipient\": \"1\",\n \"order_completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_items\": [\n {\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_name\": \"sample param_name\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"ex_tax_value_calculated\": \"\",\n \"notes\": \"sample notes\",\n \"per\": \"1\",\n \"price\": \"\",\n \"quantity\": \"\",\n \"shipping\": \"\",\n \"spec_id\": \"1\",\n \"spec_reference_id\": \"1\",\n \"tax\": \"sample tax\"\n }\n ],\n \"other_selection_reason\": \"sample other_selection_reason\",\n \"payment_method_id\": \"1\",\n \"payment_reference_no\": \"sample payment_reference_no\",\n \"sellOrder\": \"false\",\n \"shipping\": \"\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason_id\": \"1\",\n \"supplier_user_id\": \"1\",\n \"tax\": \"sample tax\",\n \"title\": \"sample title\"\n}", "latency": 0, "statusCode": 200, "label": "Successful created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e4027f8c-cd7a-4eac-9c11-8715649cce82", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "797b96bb-b1a0-4cb8-8fd5-954e783a4215", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b3660b37-1615-41b2-a127-5b9fedf5150a", "documentation": "Get a specific buy order", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/buyOrders/:order_id", "responses": [ { "uuid": "8933ac20-8688-47e1-9b66-79e0505390fc", "body": "{\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"change_orders\": [\n {\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n }\n ],\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"closing_change_orders\": [\n {\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n }\n ],\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"grand_total_with_changes\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_items\": [\n {\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"item_id\": \"1\",\n \"item_price\": \"1.1\",\n \"quantity\": \"1.1\",\n \"shipping\": \"\",\n \"spec\": {\n \"job_id\": \"1\",\n \"reference_number\": \"sample reference_number\",\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\"\n },\n \"tax\": \"\",\n \"transactional_item_price\": \"1.1\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"transactional_unit_price\": \"\",\n \"unit_description\": \"sample unit_description\",\n \"unit_price\": \"\"\n }\n ],\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_grand_total_with_changes\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fc3ace9f-d465-4f3c-bd5d-ff756013565b", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "60a71124-73df-47d4-bc3c-9b95abc65221", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4ff34ca7-a815-4f74-959c-0ab70b4c7ee1", "documentation": "Update a specific buy order", "method": "put", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/buyOrders/:order_id", "responses": [ { "uuid": "db26b736-b806-4d9b-bf12-c73a962f1ae5", "body": "{\n \"order_id\": \"1\",\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "614e55cf-b486-4042-b1e0-b9f53eac9244", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c7182727-530f-4f62-b585-21aee38a5cc0", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "89ca77f2-d946-44b6-a5a6-d2ca4a6cbe5e", "documentation": "Attach children projects to specific Project", "method": "post", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/children", "responses": [ { "uuid": "59cd3136-c5e2-4763-833f-5aefe8a7cf33", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful update", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1463348a-369b-4e84-ae0a-cc55e098e794", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3aa2a187-342b-495f-818f-53d86b03c14a", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "08bec70e-af7b-4f16-b104-40bdece5bd32", "documentation": "List the Estimates", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/estimates", "responses": [ { "uuid": "593ddd4c-1c96-40db-81ec-f8e52949b070", "body": "{\n \"result\": [\n {\n \"create_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"estimate_id\": \"1\",\n \"estimate_title\": \"sample estimate_title\",\n \"expiration_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"project\": {\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\",\n \"project_number\": \"sample project_number\"\n },\n \"rfe\": {\n \"rfe_due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"rfe_id\": \"1\",\n \"rfe_title\": \"sample rfe_title\",\n \"status\": \"sample status\"\n },\n \"status\": \"sample status\",\n \"submit_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c4af5ac0-f8a1-4ada-a318-24fa30f1ca93", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "433bf807-89cd-4565-b126-c6c8891ea337", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "27de6c29-a555-467f-b545-cd57b5a0bea7", "documentation": "Create a Estimate", "method": "post", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/estimates", "responses": [ { "uuid": "f908998b-af91-4353-876a-b01ee786716a", "body": "{\n \"comments\": \"sample comments\",\n \"description\": \"sample description\",\n \"estimate_items\": [\n {\n \"paper_items\": [\n {\n \"min_uom_qty\": \"1\",\n \"paper_id\": \"1\",\n \"price_1\": \"\",\n \"price_2\": \"\",\n \"price_3\": \"\",\n \"price_4\": \"\",\n \"price_5\": \"\",\n \"price_per_tonne\": \"\",\n \"qty_uom\": \"sample qty_uom\",\n \"quantity_1\": \"1\",\n \"quantity_2\": \"1\",\n \"quantity_3\": \"1\",\n \"quantity_4\": \"1\",\n \"quantity_5\": \"1\",\n \"size\": \"sample size\",\n \"sku\": \"sample sku\",\n \"unit_price_1\": \"\",\n \"unit_price_2\": \"\",\n \"unit_price_3\": \"\",\n \"unit_price_4\": \"\",\n \"unit_price_5\": \"\"\n }\n ],\n \"quantity_1_price\": \"\",\n \"quantity_1_shipping\": \"\",\n \"quantity_1_tax\": \"\",\n \"quantity_2_price\": \"\",\n \"quantity_2_shipping\": \"\",\n \"quantity_2_tax\": \"\",\n \"quantity_3_price\": \"\",\n \"quantity_3_shipping\": \"\",\n \"quantity_3_tax\": \"\",\n \"quantity_4_price\": \"\",\n \"quantity_4_shipping\": \"\",\n \"quantity_4_tax\": \"\",\n \"quantity_5_price\": \"\",\n \"quantity_5_shipping\": \"\",\n \"quantity_5_tax\": \"\",\n \"rfe_item_id\": \"1\"\n }\n ],\n \"estimate_title\": \"sample estimate_title\",\n \"expiration_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"owner_reference\": \"sample owner_reference\",\n \"rfe_id\": \"1\"\n}", "latency": 0, "statusCode": 200, "label": "Successful create", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5a3c29cb-e0e2-4310-bc4a-e3351dec8d20", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "696c84b0-0a90-4594-be35-e402a94ba985", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "151123fe-7847-4ef0-9872-99d84da5ef76", "documentation": "Get a specific estimate of project", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/estimates/:estimate_id", "responses": [ { "uuid": "11e087af-ecd2-48c0-8c55-ac8c92e124a0", "body": "{\n \"result\": {\n \"comments\": \"sample comments\",\n \"create_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"description\": \"sample description\",\n \"estimate_id\": \"1\",\n \"estimate_title\": \"sample estimate_title\",\n \"expiration_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"items\": [\n {\n \"comments\": \"sample comments\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"estimate_item_id\": \"1\",\n \"option_prices\": [\n {\n \"add_price\": \"\",\n \"breakouts\": [\n {\n \"breakout_id\": \"1\",\n \"breakout_name\": \"sample breakout_name\",\n \"breakout_pre_markup\": \"\",\n \"breakout_price\": \"\",\n \"transactional_breakout_pre_markup\": \"\",\n \"transactional_breakout_price\": \"\"\n }\n ],\n \"em_estimate_item_price_id\": \"1\",\n \"item_option\": {\n \"item_option_id\": \"1\",\n \"quantity\": \"sample quantity\"\n },\n \"price\": \"\",\n \"shipping\": \"\",\n \"tax\": \"\",\n \"total_price\": \"\",\n \"transactional_add_price\": \"\",\n \"transactional_price\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"transactional_total_price\": \"\"\n }\n ],\n \"pc_job_id\": \"1\",\n \"spec_name\": \"sample spec_name\",\n \"spec_reference\": \"sample spec_reference\",\n \"spec_reference_id\": \"1\"\n }\n ],\n \"project\": {\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\",\n \"project_number\": \"sample project_number\"\n },\n \"reference_number\": \"sample reference_number\",\n \"rfe\": {\n \"rfe_due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"rfe_id\": \"1\",\n \"rfe_title\": \"sample rfe_title\",\n \"status\": \"sample status\"\n },\n \"status\": \"sample status\",\n \"submit_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"submitted_by\": \"sample submitted_by\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0a2214da-35b8-489c-8fca-77c01613e868", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6d0ab940-a82d-4e78-8976-c23279fdb312", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e6e2037c-0b95-442f-a870-6b42d0cb25e0", "documentation": "List invoices by a specific order", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/invoices/orders/:order_id", "responses": [ { "uuid": "1b749181-cba8-4f2c-9e5f-93bacf33e5c9", "body": "{\n \"result\": [\n {\n \"comments\": \"sample comments\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"invoice_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"invoice_due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"invoice_id\": \"1\",\n \"invoice_number\": \"sample invoice_number\",\n \"invoice_to\": \"sample invoice_to\",\n \"is_final\": \"1\",\n \"is_nonBillable\": \"1\",\n \"items\": [\n {\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"invoice_item_id\": \"1\",\n \"item_cost\": \"\",\n \"item_quantity\": \"1\",\n \"item_shipping\": \"\",\n \"item_sub_total\": \"\",\n \"item_tax\": \"\",\n \"job_id\": \"1\",\n \"spec_name\": \"sample spec_name\",\n \"transactional_item_cost\": \"\",\n \"transactional_item_shipping\": \"\",\n \"transactional_item_sub_total\": \"\",\n \"transactional_item_tax\": \"\"\n }\n ],\n \"order_reference\": \"sample order_reference\",\n \"order_title\": \"sample order_title\",\n \"payment_method\": \"sample payment_method\",\n \"prepared_by\": \"sample prepared_by\",\n \"project_number\": \"1\",\n \"reference_number\": \"sample reference_number\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"sub_total\": \"\",\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_sub_total\": \"\",\n \"transactional_tax\": \"\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "464171d3-ea76-463f-8395-8832ce16ebcc", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "66ad8ebf-60f2-4d07-8549-0fb9f0084a63", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e4f517ae-066c-4dd6-9851-2e9322bea828", "documentation": "List a specific invoice of project Level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/invoices/:invoice_id", "responses": [ { "uuid": "64b07cd1-8ace-4b5e-b777-d4ecc8531e50", "body": "{\n \"result\": {\n \"comments\": \"sample comments\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"invoice_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"invoice_due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"invoice_id\": \"1\",\n \"invoice_number\": \"sample invoice_number\",\n \"invoice_to\": \"sample invoice_to\",\n \"is_final\": \"1\",\n \"is_nonBillable\": \"1\",\n \"items\": [\n {\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"invoice_item_id\": \"1\",\n \"item_cost\": \"\",\n \"item_quantity\": \"1\",\n \"item_shipping\": \"\",\n \"item_sub_total\": \"\",\n \"item_tax\": \"\",\n \"job_id\": \"1\",\n \"shipment_id\": \"1\",\n \"spec_name\": \"sample spec_name\",\n \"transactional_item_cost\": \"\",\n \"transactional_item_shipping\": \"\",\n \"transactional_item_sub_total\": \"\",\n \"transactional_item_tax\": \"\"\n }\n ],\n \"order_reference\": \"sample order_reference\",\n \"order_title\": \"sample order_title\",\n \"payment_method\": \"sample payment_method\",\n \"prepared_by\": \"sample prepared_by\",\n \"project_number\": \"1\",\n \"reference_number\": \"sample reference_number\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"sub_total\": \"\",\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_sub_total\": \"\",\n \"transactional_tax\": \"\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ea5c8c7e-b8f4-43bf-866c-6ee6036a649d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b4aa124d-1333-47f1-8e53-057f3fecacce", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "348c8b3a-cd35-478e-8a7c-a9555dbcabb9", "documentation": "List files of invoice Level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/invoices/:invoice_id/files", "responses": [ { "uuid": "bc6e295d-64fe-4f64-ac81-5e998daf4a8a", "body": "{\n \"result\": [\n {\n \"description\": \"sample description\",\n \"download_link\": \"sample download_link\",\n \"file_id\": \"1\",\n \"file_name\": \"sample file_name\",\n \"file_size\": \"\",\n \"file_type\": \"sample file_type\",\n \"is_remote\": \"false\",\n \"modified_date\": \"sample modified_date\",\n \"tagList\": [\n {\n \"isSpec\": \"false\",\n \"tagId\": \"1\",\n \"tagName\": \"sample tagName\"\n }\n ],\n \"upload_date\": \"sample upload_date\",\n \"uploaded_by\": \"sample uploaded_by\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4893d4a0-4994-45ab-ac87-ecf86f38ca3c", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "477d0e3a-754f-4754-9d9e-67ecd2c61537", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "08ac7db9-8dd0-4f22-90bc-11d388c63324", "documentation": "List all the role options for the user", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/memberroles/:user_id", "responses": [ { "uuid": "917f5ba6-510d-462d-babc-a9d2bfa1bc7b", "body": "{\n \"result\": [\n {\n \"role_id\": \"1\",\n \"role_name\": \"sample role_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "125e7bb4-6916-49a7-9b06-f30a985af318", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4ae9ddb0-e3bc-47c5-8c0e-2bfe7d8bc1c2", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f7b8690-04a9-4a96-ba29-44689a87dd8b", "documentation": "Get a specific buy/sell order", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/orders/:order_id", "responses": [ { "uuid": "81e7db84-1c95-4db5-b1b2-874006d97b54", "body": "{\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"change_orders\": [\n {\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n }\n ],\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"closing_change_orders\": [\n {\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n }\n ],\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"grand_total_with_changes\": \"\",\n \"is_sell_order\": \"false\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_items\": [\n {\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"item_id\": \"1\",\n \"item_price\": \"1.1\",\n \"quantity\": \"1.1\",\n \"shipping\": \"\",\n \"spec\": {\n \"job_id\": \"1\",\n \"reference_number\": \"sample reference_number\",\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\"\n },\n \"tax\": \"\",\n \"transactional_item_price\": \"1.1\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"transactional_unit_price\": \"\",\n \"unit_description\": \"sample unit_description\",\n \"unit_price\": \"\"\n }\n ],\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_grand_total_with_changes\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ab33a9cf-f2ca-4e6c-8144-0aac40642b77", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "28a45f06-36b0-45dc-be4a-1e9c15d9457a", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b3bcef45-2ce7-4e7b-afb3-7b8ff42662fd", "documentation": "List the quotes", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/quotes", "responses": [ { "uuid": "b7be7767-3eb2-4d54-bee2-b948ac16587f", "body": "{\n \"result\": [\n {\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"quote_id\": \"1\",\n \"quote_title\": \"sample quote_title\",\n \"rfq\": {\n \"received_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"rfq_id\": \"1\",\n \"rfq_title\": \"sample rfq_title\",\n \"status\": \"sample status\"\n },\n \"status\": \"sample status\",\n \"submit_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7d9f64f8-51ab-4d29-8031-c3ab2d34261e", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c4796b61-b02c-4e95-9c86-a8d4ea936ce3", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9ac46cc6-e33d-43d0-8575-8bc82d8deed8", "documentation": "Get a specific quote of project", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/quotes/:quote_id", "responses": [ { "uuid": "1804e0c8-fd9f-4bd8-a239-97133dc667c4", "body": "{\n \"result\": {\n \"client\": \"sample client\",\n \"client_user_id\": \"1\",\n \"comments\": \"sample comments\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"description\": \"sample description\",\n \"grand_total\": \"\",\n \"is_show_supplier_information\": \"false\",\n \"last_update_by_user_id\": \"1\",\n \"proposed_order_completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"quote_expiration_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"quote_id\": \"1\",\n \"quote_items\": [\n {\n \"chosen_quantity\": \"\",\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"item_id\": \"1\",\n \"item_prices\": [\n {\n \"breakouts\": [\n {\n \"breakout_id\": \"1\",\n \"breakout_name\": \"sample breakout_name\",\n \"breakout_pre_markup\": \"\",\n \"breakout_price\": \"\",\n \"transactional_breakout_pre_markup\": \"\",\n \"transactional_breakout_price\": \"\"\n }\n ],\n \"cost\": \"\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"fixed\": \"\",\n \"is_chosen\": \"false\",\n \"is_included\": \"false\",\n \"is_quoted\": \"false\",\n \"parent_price_id\": \"1\",\n \"price_id\": \"1\",\n \"quantity\": \"\",\n \"sell_price\": \"\",\n \"shipping\": \"\",\n \"source\": \"\",\n \"supplier\": \"sample supplier\",\n \"tax\": \"\",\n \"total\": \"\",\n \"transactional_cost\": \"\",\n \"transactional_fixed\": \"\",\n \"transactional_sell_price\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"transactional_total\": \"\",\n \"transactional_variable\": \"\",\n \"variable\": \"\",\n \"variable_percent\": \"\"\n }\n ],\n \"item_shipping_total\": \"\",\n \"item_tax_total\": \"\",\n \"item_total\": \"\",\n \"reason_for_quote_selection\": \"sample reason_for_quote_selection\",\n \"show_cost_prices_and_markup\": \"false\",\n \"spec\": {\n \"job_id\": \"1\",\n \"reference_number\": \"sample reference_number\",\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\"\n },\n \"transactional_item_shipping_total\": \"\",\n \"transactional_item_tax_total\": \"\",\n \"transactional_item_total\": \"\",\n \"vat_code\": \"sample vat_code\",\n \"vat_rate\": \"\"\n }\n ],\n \"quote_items_total\": \"\",\n \"quote_title\": \"sample quote_title\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"submit_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_quote_items_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"vat_code\": \"sample vat_code\",\n \"vat_rate\": \"\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "44399671-01f2-4232-82fd-274607d3249c", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e74ad88f-692e-48a8-aa28-61ae576fa773", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1b5ae08a-3631-4970-bd8b-b5f710022dce", "documentation": "Accept / Reject a Quote", "method": "put", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/quotes/:quote_id", "responses": [ { "uuid": "1ac1f766-3fce-4266-898a-de38b1a126f3", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "00a6c97a-1c05-431f-be11-5bde824fc5e8", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c412bb99-e8e3-44ba-8b81-814cf6458197", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "18d1caa2-875e-45e4-8b94-1d05f5c4b80a", "documentation": "List the RFES", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/rfes", "responses": [ { "uuid": "d39307b3-8c69-4c20-91ec-9fb601edd8f9", "body": "{\n \"results\": [\n {\n \"estimate_due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"rfe_id\": \"1\",\n \"rfe_items\": [\n {\n \"rfe_item_id\": \"1\"\n }\n ],\n \"rfe_title\": \"sample rfe_title\",\n \"supplier_estimates\": [\n {\n \"supplier_estimates\": [\n {\n \"estimate_id\": \"1\",\n \"estimate_title\": \"sample estimate_title\"\n }\n ],\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n }\n ]\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "44f1cda9-b729-40ef-a4f6-084dc3eaaa44", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4400defa-6b49-4d25-a061-2938673d362d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "894c3e4c-220f-484e-90d8-ffd30301ac09", "documentation": "Create a RFE", "method": "post", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/rfes", "responses": [ { "uuid": "7407e3f9-0ab5-4bc4-8980-f5ebfc6fa7e5", "body": "{\n \"rfq_id\": \"1\",\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful update", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8f8b64ee-c338-47ce-8099-78c91ed073f5", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a9cad350-a0db-4ac5-97c2-dc250c9e5d28", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7bf47053-4860-47d0-8b6e-6e6540a33f8d", "documentation": "Get a specific Rfe", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/rfes/:rfe_id", "responses": [ { "uuid": "025a348e-74da-4132-9cd2-d593811c2d6f", "body": "{\n \"result\": {\n \"description\": \"sample description\",\n \"details\": \"sample details\",\n \"estimate_due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"estimators\": [\n \"sample estimators\"\n ],\n \"itemized_tax_and_shipping\": \"1\",\n \"proposed_order_completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"reference_number\": \"sample reference_number\",\n \"requestor\": \"sample requestor\",\n \"rfe_id\": \"1\",\n \"rfe_items\": [\n {\n \"job_id\": \"1\",\n \"rfe_item_id\": \"1\",\n \"rfe_item_options\": [\n {\n \"item_option_id\": \"1\",\n \"quantity\": \"\",\n \"quantity_index\": \"1\"\n }\n ],\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\"\n }\n ],\n \"status\": \"sample status\",\n \"submitted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"supplier_estimates\": [\n {\n \"supplier_estimates\": [\n {\n \"estimate_id\": \"1\",\n \"estimate_title\": \"sample estimate_title\"\n }\n ],\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n }\n ],\n \"title\": \"sample title\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "28473b79-9d4c-4479-9ec2-1945a4cdf0e8", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0720987c-1c5f-4756-a5e6-06d79e5d598b", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0622cade-9a12-44f3-9298-03b6c624ae73", "documentation": "List the rfqs", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/rfqs", "responses": [ { "uuid": "176a1c7a-94ee-4148-94c6-7c86d8b55fec", "body": "{\n \"result\": [\n {\n \"quotes\": [\n {\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"quote_id\": \"1\",\n \"quote_title\": \"sample quote_title\",\n \"status\": \"sample status\",\n \"submit_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\"\n }\n ],\n \"received_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"rfq_id\": \"1\",\n \"rfq_title\": \"sample rfq_title\",\n \"status\": \"sample status\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6dca5386-c36c-4e0d-8672-98baec76bc0a", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a79ddfca-88fd-4678-aef3-6eb4e3078b0b", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0902d81f-c311-4351-9c89-788ec54f026e", "documentation": "Get a specific Rfq", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/rfqs/:rfq_id", "responses": [ { "uuid": "59ae956c-3df6-4d4a-b9e5-c9a10752088a", "body": "{\n \"result\": {\n \"comments\": \"sample comments\",\n \"description\": \"sample description\",\n \"proposed_completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"quote_due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"quotes\": [\n {\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"quote_id\": \"1\",\n \"quote_title\": \"sample quote_title\",\n \"status\": \"sample status\",\n \"submit_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\"\n }\n ],\n \"received_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"recipient_name\": \"sample recipient_name\",\n \"requestor_name\": \"sample requestor_name\",\n \"rfq_id\": \"1\",\n \"rfq_items\": [\n {\n \"job_id\": \"1\",\n \"rfq_item_id\": \"1\",\n \"spec\": {\n \"is_active\": \"1\",\n \"is_template\": \"1\",\n \"quantity_1\": \"1.1\",\n \"quantity_2\": \"1.1\",\n \"quantity_3\": \"1.1\",\n \"quantity_4\": \"1.1\",\n \"quantity_5\": \"1.1\",\n \"reference_number\": \"sample reference_number\",\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\"\n }\n }\n ],\n \"rfq_title\": \"sample rfq_title\",\n \"status\": \"sample status\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "88103d23-2dd9-416e-a91c-7c51e7a0ffde", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ae555f3b-cfdd-41ad-bc23-7147ea85ca2d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5e8dee0e-2c49-4304-b7a3-06d1b2e2e72a", "documentation": "List the sell orders", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/sellOrders", "responses": [ { "uuid": "ca35297c-ccff-49a9-bc3c-e24372ddedae", "body": "{\n \"results\": [\n {\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"change_orders\": [\n {\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\"\n }\n ],\n \"closing_change_orders\": [\n {\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\"\n }\n ],\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"grand_total_with_changes\": \"\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_grand_total_with_changes\": \"\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3fb7d454-fcb1-4d42-8f10-65933bea1523", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b1bbada3-cb6b-49b3-8a10-1874ffa712b3", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d79e3d19-6705-449e-8879-c519c142ef08", "documentation": "Get a specific sell order", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/sellOrders/:order_id", "responses": [ { "uuid": "b4922d78-c50e-474b-92b4-aa3336848e25", "body": "{\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"change_orders\": [\n {\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n }\n ],\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"closing_change_orders\": [\n {\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n }\n ],\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"grand_total_with_changes\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_items\": [\n {\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"item_id\": \"1\",\n \"item_price\": \"1.1\",\n \"quantity\": \"1.1\",\n \"shipping\": \"\",\n \"spec\": {\n \"job_id\": \"1\",\n \"reference_number\": \"sample reference_number\",\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\"\n },\n \"tax\": \"\",\n \"transactional_item_price\": \"1.1\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"transactional_unit_price\": \"\",\n \"unit_description\": \"sample unit_description\",\n \"unit_price\": \"\"\n }\n ],\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_grand_total_with_changes\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6e9cfaf3-fa2e-4e41-bdef-70ee7cc11b33", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "56518eee-45db-441c-b763-bee0a61c932d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9ed815e7-bcb4-4eb2-a36a-7a01e1ca170d", "documentation": "Update / Accept or Reject a specific sell order", "method": "put", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/sellOrders/:order_id", "responses": [ { "uuid": "c48a061c-baa9-453d-bad1-d64be09d6934", "body": "{\n \"order_id\": \"1\",\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "398d1f82-29da-47bb-ade0-5e25a8529515", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "171aa2cb-2db8-4a0a-8858-455c82d55f6d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c7149540-f0c3-4e3f-89da-90507772665e", "documentation": "List shipments of project", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/shipments", "responses": [ { "uuid": "4d6070e6-420d-4f57-a714-96277b1ae6b5", "body": "{\n \"result\": [\n {\n \"locations_count\": \"1\",\n \"qty_received\": \"1\",\n \"qty_requested\": \"1\",\n \"qty_shipped\": \"1\",\n \"received_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"shipment_id\": \"1\",\n \"shipment_status\": \"sample shipment_status\",\n \"shipped_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"spec\": {\n \"job_id\": \"1\",\n \"reference_number\": \"sample reference_number\",\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\"\n }\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9366d07a-dac8-45bd-83e2-c123cdbe59b0", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75df05ac-280a-4ee8-bd44-6c168f773cff", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9369a550-e413-402d-bd8f-87447e6b69f4", "documentation": "Create a shipment", "method": "post", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/shipments", "responses": [ { "uuid": "7c7ce696-208c-4522-aab5-8166c918c1d6", "body": "{\n \"results\": [\n {\n \"location_id\": \"1\",\n \"shipment_id\": \"1\",\n \"spec_id\": \"1\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "70ccc094-f736-4f4a-b12b-5a8e0d25254a", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6b89c880-949a-4527-a264-938ec4acffc1", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f1edd954-773a-412f-a77d-daa5d9142ca8", "documentation": "Get a specific shipment.", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/shipments/:shipment_id", "responses": [ { "uuid": "65c1665a-5818-45e1-a30b-eae96e93328e", "body": "{\n \"result\": {\n \"locations\": [\n {\n \"city\": \"sample city\",\n \"company_name\": \"sample company_name\",\n \"country\": \"sample country\",\n \"country_code\": \"sample country_code\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"description_or_title\": \"sample description_or_title\",\n \"due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"is_use_spec_packaging\": \"false\",\n \"last_name\": \"sample last_name\",\n \"line_1\": \"sample line_1\",\n \"line_2\": \"sample line_2\",\n \"line_3\": \"sample line_3\",\n \"location_id\": \"1\",\n \"middle_name\": \"sample middle_name\",\n \"postal\": \"sample postal\",\n \"proof_type\": \"sample proof_type\",\n \"qty_received\": \"1\",\n \"qty_requested\": \"1\",\n \"qty_shipped\": \"1\",\n \"received_comments\": \"sample received_comments\",\n \"received_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"requested_shipping_carrier\": \"sample requested_shipping_carrier\",\n \"requested_shipping_method\": \"sample requested_shipping_method\",\n \"shipped_comments\": \"sample shipped_comments\",\n \"shipped_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"shipped_in_units\": \"1\",\n \"shipped_in_uofm\": \"sample shipped_in_uofm\",\n \"shipped_shipping_carrier\": \"sample shipped_shipping_carrier\",\n \"shipped_shipping_method\": \"sample shipped_shipping_method\",\n \"shipping_cost\": \"\",\n \"shipping_instruction\": \"sample shipping_instruction\",\n \"state\": \"sample state\",\n \"tax\": \"\",\n \"tracking_number\": \"sample tracking_number\",\n \"type\": \"sample type\",\n \"weight\": \"\",\n \"weight_uofm\": \"sample weight_uofm\",\n \"work_phone_number\": \"sample work_phone_number\",\n \"workgroup_name\": \"sample workgroup_name\"\n }\n ],\n \"locations_count\": \"1\",\n \"qty_received\": \"1\",\n \"qty_requested\": \"1\",\n \"qty_shipped\": \"1\",\n \"received_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"shipment_id\": \"1\",\n \"shipment_status\": \"sample shipment_status\",\n \"shipped_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"spec\": {\n \"job_id\": \"1\",\n \"reference_number\": \"sample reference_number\",\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\"\n }\n },\n \"resut\": {\n \"locations\": [\n {\n \"city\": \"sample city\",\n \"company_name\": \"sample company_name\",\n \"country\": \"sample country\",\n \"country_code\": \"sample country_code\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"description_or_title\": \"sample description_or_title\",\n \"due_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"is_use_spec_packaging\": \"false\",\n \"last_name\": \"sample last_name\",\n \"line_1\": \"sample line_1\",\n \"line_2\": \"sample line_2\",\n \"line_3\": \"sample line_3\",\n \"location_id\": \"1\",\n \"middle_name\": \"sample middle_name\",\n \"postal\": \"sample postal\",\n \"proof_type\": \"sample proof_type\",\n \"qty_received\": \"1\",\n \"qty_requested\": \"1\",\n \"qty_shipped\": \"1\",\n \"received_comments\": \"sample received_comments\",\n \"received_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"requested_shipping_carrier\": \"sample requested_shipping_carrier\",\n \"requested_shipping_method\": \"sample requested_shipping_method\",\n \"shipped_comments\": \"sample shipped_comments\",\n \"shipped_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"shipped_in_units\": \"1\",\n \"shipped_in_uofm\": \"sample shipped_in_uofm\",\n \"shipped_shipping_carrier\": \"sample shipped_shipping_carrier\",\n \"shipped_shipping_method\": \"sample shipped_shipping_method\",\n \"shipping_cost\": \"\",\n \"shipping_instruction\": \"sample shipping_instruction\",\n \"state\": \"sample state\",\n \"tax\": \"\",\n \"tracking_number\": \"sample tracking_number\",\n \"type\": \"sample type\",\n \"weight\": \"\",\n \"weight_uofm\": \"sample weight_uofm\",\n \"work_phone_number\": \"sample work_phone_number\",\n \"workgroup_name\": \"sample workgroup_name\"\n }\n ],\n \"locations_count\": \"1\",\n \"qty_received\": \"1\",\n \"qty_requested\": \"1\",\n \"qty_shipped\": \"1\",\n \"received_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"shipment_id\": \"1\",\n \"shipment_status\": \"sample shipment_status\",\n \"shipped_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"spec\": {\n \"job_id\": \"1\",\n \"reference_number\": \"sample reference_number\",\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\"\n }\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b1244e3d-81f6-4abf-9b0b-0a63ab5d12cf", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "20ddfe90-4f5b-467e-8e09-44e24dde64b0", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9c2234d7-785c-4184-b4db-20da97577783", "documentation": "Update a specific shipment location", "method": "put", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/shipments/:shipment_id/locations/:location_id", "responses": [ { "uuid": "fd725b42-1283-421b-9eff-5e8c07d77612", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Update successfully", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "baabf2e6-fac2-4f80-8eca-7310de54e62b", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a3beee71-4980-4388-b9d3-9fe49ac87b0a", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ce7327cd-c347-47a4-924a-eae713b9d56b", "documentation": "List specs of project Level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/specs", "responses": [ { "uuid": "d55089a5-9bce-4fc6-8ed7-666b8cbdfb83", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5374d133-eb49-4cf8-a723-ac10348cd303", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7443bd5c-e66b-4778-ac14-469195d8ba01", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3959116b-50bc-47cc-bd02-cf3202feddaf", "documentation": "Create a Spec", "method": "post", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/specs", "responses": [ { "uuid": "9c3391d3-0d8f-4f44-a7ec-272a926531c5", "body": "{\n \"spec_id\": \"1\",\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7186c983-062a-4aea-8917-fe0dae489e87", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0e148991-adf1-4fe4-93a6-6c7e4d673698", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "76b5e14f-c932-4e5a-9efb-871499c43f6b", "documentation": "List a specific spec of project Level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/specs/:spec_id", "responses": [ { "uuid": "4917c80d-d812-46ff-b5b7-3d76f4efab85", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c7039294-f03f-434a-bb3d-3d178773166c", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3806265f-9299-4912-ac0a-087639532ea3", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e1d8179d-7395-4cfa-a1ad-d59cf3d29dbe", "documentation": "Update a specific Spec", "method": "put", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/specs/:spec_id", "responses": [ { "uuid": "79166392-f923-4168-9317-cca6d6ab63cd", "body": "{\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\",\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0092d4f2-ebb4-46f3-ad34-7e51fff40f2a", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1da9ebba-525b-41f4-a98c-bc4f0f002ca7", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3f60804a-4ebb-47dd-8acc-0f3cdcf7b60f", "documentation": "Get task list of project level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/tasks", "responses": [ { "uuid": "8887c96b-d157-4742-9ee3-3069bb8e72ef", "body": "{\n \"results\": [\n {\n \"actual_end\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"actual_hours\": \"\",\n \"actual_start\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"assign_to\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\"\n },\n \"baseline_duration\": \"\",\n \"baseline_end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"baseline_start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"current_duration\": \"\",\n \"is_milestone\": \"false\",\n \"mod_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"plan_end\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"plan_start\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"priority\": \"sample priority\",\n \"schedule_code\": \"sample schedule_code\",\n \"status\": \"sample status\",\n \"task_id\": \"1\",\n \"task_name\": \"sample task_name\",\n \"task_type\": \"sample task_type\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3e3002fa-3fd1-413d-968f-ea285cc9c69d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d13288c0-6294-4b7f-b984-389bf0ce4d58", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "12a1ce82-c5f7-4d7f-8883-85d6df0156d3", "documentation": "Create a new task", "method": "post", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/tasks", "responses": [ { "uuid": "8307eedc-5092-4c01-b53c-efbfd787accb", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\",\n \"task_id\": \"1\"\n}", "latency": 0, "statusCode": 200, "label": "Successful created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7ab9b2ea-e4e1-422a-b091-ccfb302bd513", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "30b5803c-688b-4ba4-949e-0343eed9dd76", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "318cf91b-53ff-4a31-90a9-4a7cd3610ce7", "documentation": "Get a sepcific task of project level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/tasks/:task_id", "responses": [ { "uuid": "a64ea1db-e4ca-4397-8727-e952073310c8", "body": "{\n \"result\": {\n \"actual_duration\": \"\",\n \"actual_end\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"actual_hours\": \"\",\n \"actual_start\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"assign_to\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\"\n },\n \"baseline_duration\": \"\",\n \"baseline_end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"baseline_start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"comments\": \"sample comments\",\n \"create_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_workgroup_name\": \"sample creator_workgroup_name\",\n \"current_duration\": \"\",\n \"description\": \"sample description\",\n \"is_milestone\": \"false\",\n \"last_updated_by\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\"\n },\n \"mod_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"percent_complete\": \"1\",\n \"plan_duration\": \"\",\n \"plan_end\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"plan_start\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"priority\": \"sample priority\",\n \"requested_by\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\"\n },\n \"schedule_code\": \"sample schedule_code\",\n \"status\": \"sample status\",\n \"task_id\": \"1\",\n \"task_name\": \"sample task_name\",\n \"task_type\": \"sample task_type\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "33a9b5b2-d6a2-4cdf-b450-215d53ae9a0c", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "68dcc84e-bfca-4c4e-b6f4-bd784a0024d5", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b9c68c3b-e4ce-43c6-9cec-ca44c58997c9", "documentation": "List team member of client project side.", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/teamMembersOfClientProject", "responses": [ { "uuid": "6a259d26-cfa5-4eb1-8e4b-1fc14d46e3d9", "body": "{\n \"results\": [\n {\n \"company_name\": \"sample company_name\",\n \"name\": \"sample name\",\n \"phone\": \"sample phone\",\n \"role\": \"sample role\",\n \"teammember_id\": \"1\",\n \"user_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f0155501-22e6-4037-8848-fc29430e830e", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "099eaabf-2ff1-4ae6-abff-5b789d78d00c", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b96c1ed-55a9-4eb7-b85d-f3aae1c2d464", "documentation": "List team member of project.", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/teammembers", "responses": [ { "uuid": "f44ae049-b7f9-49fa-bd68-d3a93544ab46", "body": "{\n \"results\": [\n {\n \"company_name\": \"sample company_name\",\n \"name\": \"sample name\",\n \"phone\": \"sample phone\",\n \"role\": \"sample role\",\n \"teammember_id\": \"1\",\n \"user_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e3246b4f-3fb7-4c35-bfc5-98eca9023948", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cccd05e1-5aa8-46c3-b672-057e461df518", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "363b98fa-b5be-48ed-906c-a2b5f77ca72a", "documentation": "Deprecated, please use 1.1 Version", "method": "post", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/teammembers", "responses": [ { "uuid": "2a0c3d98-6878-4435-b0d1-485876c766e0", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\",\n \"teammember_id\": \"1\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f00c341a-424f-4a58-9d35-ddeb762ee7a2", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid data", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7d275624-42c8-4a64-b674-290ab7235ec3", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "82ee120d-77e5-49b3-8083-c48085c2ba7a", "documentation": "Delete a team member for the specific project.", "method": "delete", "endpoint": "v1/workgroups/:workgroup_id/projects/:project_id/teammembers/:teammember_id", "responses": [ { "uuid": "e7b7a115-d6a0-46a1-84d2-dafc6d53e54b", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\",\n \"teammember_id\": \"1\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7861127f-d69f-4cee-90b0-f54896982e86", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2e0c52d0-1b42-49c7-99d8-2209c726c238", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "640e8ff3-aff3-49cf-8e78-1773474a9727", "documentation": "List the quote states", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/quoteStates", "responses": [ { "uuid": "e082e171-c5b9-4ea3-834f-c9c2de88ec5c", "body": "{\n \"results\": [\n {\n \"object_state_id\": \"1\",\n \"object_state_name\": \"sample object_state_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "db9afe6b-0852-466f-8c70-8575e49eca8e", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c94252e8-af70-40ce-9c99-cf5360385fd5", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "448c41bb-0ee2-47f3-bf33-21b93e3c3000", "documentation": "List the quotes of workgroup level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/quotes", "responses": [ { "uuid": "274b2880-9d56-41f1-9379-f3d15e08607b", "body": "{\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"project\": {\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\",\n \"project_number\": \"sample project_number\"\n },\n \"quote_id\": \"1\",\n \"quote_title\": \"sample quote_title\",\n \"rfq\": {\n \"received_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"rfq_id\": \"1\",\n \"rfq_title\": \"sample rfq_title\",\n \"status\": \"sample status\"\n },\n \"status\": \"sample status\",\n \"submit_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "041f97c0-0dd5-44eb-9ba6-09e93bdd60bf", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b2a3723c-8073-4005-b185-5bb6ebc1f036", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d9fabd1f-2d67-4b16-8c17-4a433ae1dcc8", "documentation": "List received time cards", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/receivedTimeCards", "responses": [ { "uuid": "aa2a63fd-daeb-4b05-ac4a-08cca4c0999d", "body": "{\n \"results\": [\n {\n \"is_submit\": \"false\",\n \"last_updated_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"no_of_workdays\": \"1\",\n \"submit_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"timecard_id\": \"1\",\n \"total_hours\": \"\",\n \"week_beginning\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9c92e119-c8ed-4835-b82e-5863456de435", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7b63b159-d88f-4ec0-97ec-cdbcaf6512ec", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8689fe8f-1267-47af-93fe-f9c55fbde142", "documentation": "List a specific received time cards", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/receivedTimeCards/:timeCard_id", "responses": [ { "uuid": "02a628ce-bea7-4129-8f08-3f4938249204", "body": "{\n \"billable_hours\": \"\",\n \"is_submit\": \"false\",\n \"last_updated_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"no_of_workdays\": \"1\",\n \"nonbillable_hours\": \"\",\n \"owner\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\"\n },\n \"submit_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"time_card_line\": [\n {\n \"activity_name\": \"sample activity_name\",\n \"day1_hours_spent\": \"\",\n \"day2_hours_spent\": \"\",\n \"day3_hours_spent\": \"\",\n \"day4_hours_spent\": \"\",\n \"day5_hours_spent\": \"\",\n \"day6_hours_spent\": \"\",\n \"day7_hours_spent\": \"\",\n \"project\": {\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\"\n },\n \"task\": {\n \"task_id\": \"1\",\n \"task_name\": \"sample task_name\"\n },\n \"time_card_line_id\": \"1\",\n \"total_hours_spent\": \"\"\n }\n ],\n \"timecard_id\": \"1\",\n \"total_hours\": \"\",\n \"week_beginning\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "928b6006-dfe9-4d68-b650-af45a2565ea9", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "42e2d740-1f48-4b9d-93cf-9e41dfc96677", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9e604977-cff0-4aac-8bfc-46f9efec43bc", "documentation": "List the sell orders of workgrop", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/sellOrders", "responses": [ { "uuid": "1e8676dc-723f-4319-9e2b-631feab9d705", "body": "{\n \"results\": [\n {\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"change_orders\": [\n {\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\"\n }\n ],\n \"closing_change_orders\": [\n {\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\"\n }\n ],\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"currency\": \"sample currency\",\n \"grand_total\": \"\",\n \"grand_total_with_changes\": \"\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"project\": {\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\",\n \"project_number\": \"sample project_number\"\n },\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_grand_total_with_changes\": \"\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f0d687e6-9061-42a2-92bb-92b7dfdebce8", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "25566b0a-279f-4cf9-8d64-44910fe27faf", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7cb234c4-d1f7-4096-ada7-2abc3e71cd1f", "documentation": "Get a specific sell order", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/sellOrders/:order_id", "responses": [ { "uuid": "f2a147fc-77fa-4af0-9e19-ebc157221405", "body": "{\n \"result\": {\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"change_orders\": [\n {\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n }\n ],\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"closing_change_orders\": [\n {\n \"accepted_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"annulled_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"approved_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"awarded_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"budget_type\": \"sample budget_type\",\n \"buyer\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"buyer_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"classification\": \"sample classification\",\n \"closed_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n }\n ],\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_user_id\": \"1\",\n \"currency\": \"sample currency\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"grand_total\": \"\",\n \"grand_total_with_changes\": \"\",\n \"item_count\": \"1\",\n \"last_activity_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_changed\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_status_change\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"misc_cost\": \"1.1\",\n \"order_id\": \"1\",\n \"order_items\": [\n {\n \"comments\": \"sample comments\",\n \"completion_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": [\n {\n \"date_value\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"number_value\": \"\",\n \"param_id\": \"1\",\n \"param_name\": \"sample param_name\",\n \"property_attribute_id\": \"1\",\n \"string_value\": \"sample string_value\"\n }\n ],\n \"item_id\": \"1\",\n \"item_price\": \"1.1\",\n \"quantity\": \"1.1\",\n \"shipping\": \"\",\n \"spec\": {\n \"job_id\": \"1\",\n \"reference_number\": \"sample reference_number\",\n \"spec_id\": \"1\",\n \"spec_name\": \"sample spec_name\"\n },\n \"tax\": \"\",\n \"transactional_item_price\": \"1.1\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"transactional_unit_price\": \"\",\n \"unit_description\": \"sample unit_description\",\n \"unit_price\": \"\"\n }\n ],\n \"order_number\": \"sample order_number\",\n \"order_title\": \"sample order_title\",\n \"order_total\": \"\",\n \"overs_percent\": \"1.1\",\n \"parent_order_id\": \"1\",\n \"payment_reference\": \"sample payment_reference\",\n \"print_order_ids\": [\n \"1\"\n ],\n \"project\": {\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\",\n \"project_number\": \"sample project_number\"\n },\n \"quote_id\": \"1\",\n \"shipping\": \"\",\n \"status\": \"sample status\",\n \"status_comments\": \"sample status_comments\",\n \"supplier\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n },\n \"supplier_reference\": \"sample supplier_reference\",\n \"supplier_selection_reason\": \"sample supplier_selection_reason\",\n \"supplier_workgroup\": {\n \"workgroup_id\": \"1\",\n \"workgroup_name\": \"sample workgroup_name\"\n },\n \"tax\": \"\",\n \"transactional_currency\": \"sample transactional_currency\",\n \"transactional_grand_total\": \"\",\n \"transactional_grand_total_with_changes\": \"\",\n \"transactional_order_total\": \"\",\n \"transactional_shipping\": \"\",\n \"transactional_tax\": \"\",\n \"unders_percent\": \"1.1\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "95218e52-2eb3-44c9-9a3e-c0cc1c4ee000", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f1a49b9e-762c-417c-8403-689213230119", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "77804912-c2aa-4a29-aede-3b9cf5939fa6", "documentation": "List Spec Templates of Workgroup Level ", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/specTemplates", "responses": [ { "uuid": "a4056f2d-4a15-451e-b005-070e7059b9bd", "body": "{\n \"results\": [\n {\n \"created_by\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\"\n },\n \"created_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"is_active\": \"false\",\n \"is_externally_published\": \"false\",\n \"is_locked\": \"false\",\n \"last_updated_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"spec_template_id\": \"1\",\n \"spec_template_name\": \"sample spec_template_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c770180b-eeb6-44f8-80a2-ff3ded888cb9", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2d993f13-2323-4448-8695-2075ee6bd5f4", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1db93c67-0dc9-48a4-a1ce-ec3d9b3d4c76", "documentation": "Get a specific Spec Template", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/specTemplates/:spec_template_id", "responses": [ { "uuid": "d17855f0-4992-4a2d-8b1b-2ba2ee7734b2", "body": "{\n \"result\": {\n \"created_by\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\"\n },\n \"created_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"is_active\": \"false\",\n \"is_externally_published\": \"false\",\n \"is_locked\": \"false\",\n \"last_updated_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"product_type\": \"sample product_type\",\n \"product_type_info\": {\n \"label\": \"sample label\",\n \"product_type_id\": \"1\"\n },\n \"spec_template_id\": \"1\",\n \"spec_template_name\": \"sample spec_template_name\",\n \"spec_type\": {\n \"spec_type_id\": \"1\",\n \"spec_type_name\": \"sample spec_type_name\"\n }\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3ecbb1fe-4779-44b1-8807-fba42118caed", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "08cf677a-a069-4e9a-a6ce-0159bf8991b6", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c293251b-1071-4dfc-bdb3-016a7d48c240", "documentation": "Get Spec Type Fields", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/specTypes/:spec_type_id/specTypeFields", "responses": [ { "uuid": "e3fc8f82-6555-48d9-800e-0be1f9c2201e", "body": "{\n \"result\": [\n {\n \"data_type\": \"sample data_type\",\n \"param_name\": \"sample param_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "87f82afa-7fca-4586-9aae-585b9fe4d88f", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1a2fb3ba-74a0-4d21-abf6-5bd2162b172b", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "118d16be-344b-426a-af9c-4fc979b0c74e", "documentation": "List supplier workgroups", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/supplierWorkgroups", "responses": [ { "uuid": "d3b52ab2-1b33-4096-9d78-632caedc67f9", "body": "{\n \"result\": [\n {\n \"bu_supplier_workgroup_id\": \"1\",\n \"bu_supplier_workgroup_name\": \"sample bu_supplier_workgroup_name\",\n \"client_workgroup_id\": \"1\",\n \"client_workgroup_name\": \"sample client_workgroup_name\",\n \"is_approved\": \"false\",\n \"supplier_code\": \"sample supplier_code\",\n \"supplier_workgroup_id\": \"1\",\n \"supplier_workgroup_name\": \"sample supplier_workgroup_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d0462c82-177a-4074-935e-c19f3b5dad99", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5ca935af-8e48-4da8-9d1d-049c47f2e230", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "08a30fca-7ec3-4402-9607-3ce47d7b5851", "documentation": "Get the specific supplier of My Group", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/supplierWorkgroups/:bu_supplier_workgroup_id", "responses": [ { "uuid": "35ac71d1-b2e9-4ea7-aa20-b0e289928158", "body": "{\n \"result\": {\n \"additional_workgroups_contain_same_supplier\": [\n {\n \"bu_supplier_workgroup_id\": \"1\",\n \"bu_supplier_workgroup_name\": \"sample bu_supplier_workgroup_name\"\n }\n ],\n \"bu_supplier_workgroup_id\": \"1\",\n \"bu_supplier_workgroup_name\": \"sample bu_supplier_workgroup_name\",\n \"client_workgroup_id\": \"1\",\n \"client_workgroup_name\": \"sample client_workgroup_name\",\n \"is_approved\": \"false\",\n \"supplier_code\": \"sample supplier_code\",\n \"supplier_workgroup_id\": \"1\",\n \"supplier_workgroup_name\": \"sample supplier_workgroup_name\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "18dfc0fe-fff7-4fb5-9d66-226d269f098f", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7e1f34fe-5207-4dbb-aed2-10973189e5d8", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b2aace26-e2da-4f1d-a8c4-de6230a459b6", "documentation": "Get task types of workgroup level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/taskTypes", "responses": [ { "uuid": "14e48b27-2262-4a64-8bc1-107ed9fd4687", "body": "{\n \"results\": [\n {\n \"task_type\": \"sample task_type\",\n \"task_type_id\": \"1\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "847eded0-abbc-48e9-9922-902013c430ae", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c4c6eb8a-ce42-40c9-970a-6148433baacd", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dad0c4ef-376b-41e2-b33c-e670b2bf21c5", "documentation": "Get task list of workgroup level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/tasks", "responses": [ { "uuid": "fd413160-5235-403b-bb4b-b4336575f9ac", "body": "{\n \"results\": [\n {\n \"actual_end\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"actual_hours\": \"\",\n \"actual_start\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"assign_to\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\"\n },\n \"baseline_duration\": \"\",\n \"baseline_end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"baseline_start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"current_duration\": \"\",\n \"is_milestone\": \"false\",\n \"mod_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"plan_end\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"plan_start\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"priority\": \"sample priority\",\n \"project\": {\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\",\n \"project_number\": \"sample project_number\"\n },\n \"schedule_code\": \"sample schedule_code\",\n \"status\": \"sample status\",\n \"task_id\": \"1\",\n \"task_name\": \"sample task_name\",\n \"task_type\": \"sample task_type\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b2cf19fd-f845-466e-89d9-0ce4bc26946a", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6d0e384e-edfe-4b70-9988-20fe295eb760", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "873f6b87-e0e0-4783-90d7-33873bf9243a", "documentation": "Get a sepcific task of workgroup level", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/tasks/:task_id", "responses": [ { "uuid": "72ab4e47-1551-455d-b31e-4cc1d7926a83", "body": "{\n \"result\": {\n \"actual_duration\": \"\",\n \"actual_end\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"actual_hours\": \"\",\n \"actual_start\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"assign_to\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\"\n },\n \"baseline_duration\": \"\",\n \"baseline_end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"baseline_start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"comments\": \"sample comments\",\n \"create_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"creator_workgroup_name\": \"sample creator_workgroup_name\",\n \"current_duration\": \"\",\n \"description\": \"sample description\",\n \"is_milestone\": \"false\",\n \"last_updated_by\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\"\n },\n \"mod_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"percent_complete\": \"1\",\n \"plan_duration\": \"\",\n \"plan_end\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"plan_start\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"priority\": \"sample priority\",\n \"project\": {\n \"project_id\": \"1\",\n \"project_name\": \"sample project_name\",\n \"project_number\": \"sample project_number\"\n },\n \"requested_by\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\"\n },\n \"schedule_code\": \"sample schedule_code\",\n \"status\": \"sample status\",\n \"task_id\": \"1\",\n \"task_name\": \"sample task_name\",\n \"task_type\": \"sample task_type\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b114a3f4-774b-4682-91b1-38e9ae06304d", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9d5d866e-78b0-4c06-89e9-8a0da3378b02", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e42e53d8-8f14-4c81-803e-8238792bbc6d", "documentation": "List current user's team templates info ", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/teamTemplates", "responses": [ { "uuid": "97118f38-79e6-4243-b129-d20ae539870f", "body": "{\n \"results\": [\n {\n \"team_template_id\": \"1\",\n \"team_template_name\": \"sample team_template_name\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2120a00a-1022-4c0e-810d-4973c160a9dd", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4223d16c-e5f7-44e9-a068-b6479ee4f255", "documentation": "Get current user's team template detal info ", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/teamTemplates/:team_template_id", "responses": [ { "uuid": "71edeb06-c8f6-4b37-8f91-771007f24987", "body": "{\n \"results\": {\n \"team_teample_item\": [\n {\n \"role\": {\n \"role_id\": \"1\",\n \"role_name\": \"sample role_name\"\n },\n \"user\": {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"middle_name\": \"sample middle_name\",\n \"user_id\": \"1\"\n }\n }\n ],\n \"team_template_id\": \"1\",\n \"team_template_name\": \"sample team_template_name\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a93b96b1-6b27-4993-aa6e-6a056b240000", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e2d18a34-101d-4cb1-97cb-59ed7f212361", "documentation": "List the workgroup members", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/workgroupMembers", "responses": [ { "uuid": "b7fa111a-cecf-44b9-9493-ed4a89975b50", "body": "{\n \"results\": [\n {\n \"email\": \"sample email\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"user_id\": \"1\"\n }\n ],\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d7567055-2ce1-40a6-9ba3-967391f579f0", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cae61210-5428-43e7-8d23-2754cbab3caf", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "936d5a38-e95e-4ee4-aeb9-083f6c55a7e0", "documentation": "Workgroup Member Info", "method": "get", "endpoint": "v1/workgroups/:workgroup_id/workgroupMembers/:user_id", "responses": [ { "uuid": "e4ab9020-0b6e-476d-9033-d09ad9d3d00d", "body": "{\n \"result\": {\n \"address\": \"\",\n \"company_name\": \"sample company_name\",\n \"email\": \"sample email\",\n \"fax_number\": \"sample fax_number\",\n \"first_name\": \"sample first_name\",\n \"last_name\": \"sample last_name\",\n \"locale\": \"sample locale\",\n \"middle_name\": \"sample middle_name\",\n \"organization\": \"sample organization\",\n \"phone_number\": \"sample phone_number\",\n \"time_zone\": \"sample time_zone\",\n \"title\": \"sample title\",\n \"user_id\": \"1\"\n },\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 200, "label": "Successful retrieval", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c473858d-12e9-4197-9fec-d326ae2cd86f", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 404, "label": "There are not any result matching your search condition", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1058a1f3-76c2-4b15-8b97-6cd7ad53fce4", "body": "{\n \"status_code\": \"1\",\n \"status_reason\": \"sample status_reason\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "afbdd1bc-ad96-4675-b631-a15991bb3e9e" }, { "type": "route", "uuid": "b1a43175-3ef6-4906-9b59-35f91c6dad34" }, { "type": "route", "uuid": "78e6f547-c2d7-4055-9f49-6d27b1dcc0fc" }, { "type": "route", "uuid": "2a306de5-215e-457b-a537-d491fe9ce209" }, { "type": "route", "uuid": "b8cdfa6c-2d27-4093-a81d-b26eab3ec2f6" }, { "type": "route", "uuid": "652174cd-f48a-4ec1-8eea-dafb26132a6d" }, { "type": "route", "uuid": "55eccea2-5d93-4097-99ae-ca71a3aa5c51" }, { "type": "route", "uuid": "ca3f3b62-34b6-452d-8d5a-ab2d0a59efeb" }, { "type": "route", "uuid": "428c8a25-9d9f-4596-b28b-0a1ae5bdfa8e" }, { "type": "route", "uuid": "a6cf6130-d8fb-4411-96a4-51752d92db45" }, { "type": "route", "uuid": "f360faf0-8247-4113-aae2-5b427085ae3b" }, { "type": "route", "uuid": "0046bbd5-768e-464d-b11d-17cc41e6895e" }, { "type": "route", "uuid": "6ea4529f-193c-4336-8ef6-4124f820ede9" }, { "type": "route", "uuid": "9cc99f07-5a11-4462-a4c5-6a284c33c754" }, { "type": "route", "uuid": "31b62b93-4427-43b4-9496-b27fd18a8f9e" }, { "type": "route", "uuid": "0d6c9c9b-80e2-4cb4-84ce-2853af49e8c7" }, { "type": "route", "uuid": "6fad25f9-7018-4e08-a11c-ce3a047e431a" }, { "type": "route", "uuid": "f6781a61-d286-4de1-8a57-d643d2bee272" }, { "type": "route", "uuid": "ad6f74b2-89e6-4238-8fd4-1b0d0a941887" }, { "type": "route", "uuid": "c908cb18-0074-4035-88cf-52fb933a5706" }, { "type": "route", "uuid": "7b1e3fe4-3c99-4ea1-8eb7-b1617a6efe31" }, { "type": "route", "uuid": "02477030-b641-45df-8353-75f088022e5c" }, { "type": "route", "uuid": "d3f9bf9d-1066-4f5b-8118-77dbfff811e0" }, { "type": "route", "uuid": "f07e1b53-d26f-448b-9e40-e6acfa875fc3" }, { "type": "route", "uuid": "8e261171-1e3f-4a67-8652-ebbd592efb46" }, { "type": "route", "uuid": "28875fe4-8da0-450b-be5b-a4d906681260" }, { "type": "route", "uuid": "eaa47f28-7fbd-4bd4-ac06-3a20f483e5f0" }, { "type": "route", "uuid": "6e6614bd-23f3-44dc-8d15-036e02254bc0" }, { "type": "route", "uuid": "a9b145ff-a19c-4518-ab03-24c85f511fe5" }, { "type": "route", "uuid": "84ce9ce6-712c-4e52-a7ce-e792e112f27f" }, { "type": "route", "uuid": "0115d999-6435-4aeb-b642-8f2d365135b2" }, { "type": "route", "uuid": "161cb9e0-930f-4855-a55b-6bf01130ae9b" }, { "type": "route", "uuid": "52e58436-da3f-4e07-a0f3-d1410c19f72c" }, { "type": "route", "uuid": "73be0bb8-cd9c-498e-aa1c-eae7ca7bdaf9" }, { "type": "route", "uuid": "d032084b-4a27-41a8-8ab6-812e0d5ce47b" }, { "type": "route", "uuid": "3f98e710-0e87-41b0-9a8b-f07f36d638bf" }, { "type": "route", "uuid": "cda91df3-4ab7-4b9b-a640-2e56e1464c96" }, { "type": "route", "uuid": "b20a1714-89f5-4edf-89b2-155541fa4910" }, { "type": "route", "uuid": "a7ae2e67-3ab6-4112-a677-20c381a642bd" }, { "type": "route", "uuid": "85f90e90-d100-437a-a37a-fb614b3edd92" }, { "type": "route", "uuid": "5af09cd3-0a98-4420-97a0-4614dff1f202" }, { "type": "route", "uuid": "1ffd03d4-9c5a-4f8e-b932-b5aec9e43b83" }, { "type": "route", "uuid": "a9c5e363-79b3-4897-8af8-3134771e1b11" }, { "type": "route", "uuid": "14653e96-0c88-4d59-b94d-397ce575d4c6" }, { "type": "route", "uuid": "35629f63-d478-4c73-9001-111a57bd6b51" }, { "type": "route", "uuid": "685578e7-7855-4e99-91ad-6e7a6f92aba9" }, { "type": "route", "uuid": "839e9321-18c6-43fc-ab39-4f9d0c9e9721" }, { "type": "route", "uuid": "b3660b37-1615-41b2-a127-5b9fedf5150a" }, { "type": "route", "uuid": "4ff34ca7-a815-4f74-959c-0ab70b4c7ee1" }, { "type": "route", "uuid": "89ca77f2-d946-44b6-a5a6-d2ca4a6cbe5e" }, { "type": "route", "uuid": "08bec70e-af7b-4f16-b104-40bdece5bd32" }, { "type": "route", "uuid": "27de6c29-a555-467f-b545-cd57b5a0bea7" }, { "type": "route", "uuid": "151123fe-7847-4ef0-9872-99d84da5ef76" }, { "type": "route", "uuid": "e6e2037c-0b95-442f-a870-6b42d0cb25e0" }, { "type": "route", "uuid": "e4f517ae-066c-4dd6-9851-2e9322bea828" }, { "type": "route", "uuid": "348c8b3a-cd35-478e-8a7c-a9555dbcabb9" }, { "type": "route", "uuid": "08ac7db9-8dd0-4f22-90bc-11d388c63324" }, { "type": "route", "uuid": "1f7b8690-04a9-4a96-ba29-44689a87dd8b" }, { "type": "route", "uuid": "b3bcef45-2ce7-4e7b-afb3-7b8ff42662fd" }, { "type": "route", "uuid": "9ac46cc6-e33d-43d0-8575-8bc82d8deed8" }, { "type": "route", "uuid": "1b5ae08a-3631-4970-bd8b-b5f710022dce" }, { "type": "route", "uuid": "18d1caa2-875e-45e4-8b94-1d05f5c4b80a" }, { "type": "route", "uuid": "894c3e4c-220f-484e-90d8-ffd30301ac09" }, { "type": "route", "uuid": "7bf47053-4860-47d0-8b6e-6e6540a33f8d" }, { "type": "route", "uuid": "0622cade-9a12-44f3-9298-03b6c624ae73" }, { "type": "route", "uuid": "0902d81f-c311-4351-9c89-788ec54f026e" }, { "type": "route", "uuid": "5e8dee0e-2c49-4304-b7a3-06d1b2e2e72a" }, { "type": "route", "uuid": "d79e3d19-6705-449e-8879-c519c142ef08" }, { "type": "route", "uuid": "9ed815e7-bcb4-4eb2-a36a-7a01e1ca170d" }, { "type": "route", "uuid": "c7149540-f0c3-4e3f-89da-90507772665e" }, { "type": "route", "uuid": "9369a550-e413-402d-bd8f-87447e6b69f4" }, { "type": "route", "uuid": "f1edd954-773a-412f-a77d-daa5d9142ca8" }, { "type": "route", "uuid": "9c2234d7-785c-4184-b4db-20da97577783" }, { "type": "route", "uuid": "ce7327cd-c347-47a4-924a-eae713b9d56b" }, { "type": "route", "uuid": "3959116b-50bc-47cc-bd02-cf3202feddaf" }, { "type": "route", "uuid": "76b5e14f-c932-4e5a-9efb-871499c43f6b" }, { "type": "route", "uuid": "e1d8179d-7395-4cfa-a1ad-d59cf3d29dbe" }, { "type": "route", "uuid": "3f60804a-4ebb-47dd-8acc-0f3cdcf7b60f" }, { "type": "route", "uuid": "12a1ce82-c5f7-4d7f-8883-85d6df0156d3" }, { "type": "route", "uuid": "318cf91b-53ff-4a31-90a9-4a7cd3610ce7" }, { "type": "route", "uuid": "b9c68c3b-e4ce-43c6-9cec-ca44c58997c9" }, { "type": "route", "uuid": "9b96c1ed-55a9-4eb7-b85d-f3aae1c2d464" }, { "type": "route", "uuid": "363b98fa-b5be-48ed-906c-a2b5f77ca72a" }, { "type": "route", "uuid": "82ee120d-77e5-49b3-8083-c48085c2ba7a" }, { "type": "route", "uuid": "640e8ff3-aff3-49cf-8e78-1773474a9727" }, { "type": "route", "uuid": "448c41bb-0ee2-47f3-bf33-21b93e3c3000" }, { "type": "route", "uuid": "d9fabd1f-2d67-4b16-8c17-4a433ae1dcc8" }, { "type": "route", "uuid": "8689fe8f-1267-47af-93fe-f9c55fbde142" }, { "type": "route", "uuid": "9e604977-cff0-4aac-8bfc-46f9efec43bc" }, { "type": "route", "uuid": "7cb234c4-d1f7-4096-ada7-2abc3e71cd1f" }, { "type": "route", "uuid": "77804912-c2aa-4a29-aede-3b9cf5939fa6" }, { "type": "route", "uuid": "1db93c67-0dc9-48a4-a1ce-ec3d9b3d4c76" }, { "type": "route", "uuid": "c293251b-1071-4dfc-bdb3-016a7d48c240" }, { "type": "route", "uuid": "118d16be-344b-426a-af9c-4fc979b0c74e" }, { "type": "route", "uuid": "08a30fca-7ec3-4402-9607-3ce47d7b5851" }, { "type": "route", "uuid": "b2aace26-e2da-4f1d-a8c4-de6230a459b6" }, { "type": "route", "uuid": "dad0c4ef-376b-41e2-b33c-e670b2bf21c5" }, { "type": "route", "uuid": "873f6b87-e0e0-4783-90d7-33873bf9243a" }, { "type": "route", "uuid": "e42e53d8-8f14-4c81-803e-8238792bbc6d" }, { "type": "route", "uuid": "4223d16c-e5f7-44e9-a068-b6479ee4f255" }, { "type": "route", "uuid": "e2d18a34-101d-4cb1-97cb-59ed7f212361" }, { "type": "route", "uuid": "936d5a38-e95e-4ee4-aeb9-083f6c55a7e0" } ] }