{ "uuid": "58cfe294-20fa-418f-b115-5990457727fb", "lastMigration": 29, "name": "API v1.0.0", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "c0e6666d-f208-4586-b1a4-2ea8516db367", "documentation": "Return all clients for the account", "method": "get", "endpoint": "api/client/all", "responses": [ { "uuid": "31ea4f57-3168-430f-81b2-d8a65f05bf43", "body": "[\n {\n \"AdditionalEmails\": [\n {\n \"Email\": \"\"\n }\n ],\n \"Address\": \"\",\n \"ClientCountryId\": {{faker 'number.int' max=99999}},\n \"ClientCurrencyId\": {{faker 'number.int' max=99999}},\n \"CompanyRegistrationNumber\": \"\",\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"DefaultDueDateInDays\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PhoneNumber\": \"\",\n \"UiLanguageId\": {{faker 'number.int' max=99999}},\n \"Vat\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1426b596-4c30-4e0e-b127-dee0ed75380e", "documentation": "Check if the provided client can be deleted", "method": "get", "endpoint": "api/client/candelete", "responses": [ { "uuid": "faf0ac1d-11b7-4d0f-95b7-b32c56351ef9", "body": "{{faker 'datatype.boolean'}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f6b41a51-1004-42dc-acc8-9387293fc0b7", "documentation": "Delete an existing client", "method": "post", "endpoint": "api/client/delete", "responses": [ { "uuid": "8072ff8d-5a2a-4dea-94c7-8b21ebcb5d56", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9d1f1bf3-0073-4831-92cb-75f3447c6319", "documentation": "Return client details. Activities and invoices included.", "method": "get", "endpoint": "api/client/details", "responses": [ { "uuid": "627e66ff-90f5-4fb9-87cc-157fd29b2a56", "body": "{\n \"AdditionalEmails\": [\n {\n \"Email\": \"\"\n }\n ],\n \"Address\": \"\",\n \"ClientCountryId\": {{faker 'number.int' max=99999}},\n \"ClientCurrencyId\": {{faker 'number.int' max=99999}},\n \"CompanyRegistrationNumber\": \"\",\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"DefaultDueDateInDays\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PhoneNumber\": \"\",\n \"UiLanguageId\": {{faker 'number.int' max=99999}},\n \"Vat\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0d1ef4e0-77cc-4a53-897d-51478e89a9a9", "documentation": "Create a client", "method": "post", "endpoint": "api/client/new", "responses": [ { "uuid": "aafac4ae-524b-4fe8-ab2d-ec18cbe7585a", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bbc48f85-6cfc-4e1c-9425-f2bdf3fc6e38", "documentation": "Update an existing client", "method": "post", "endpoint": "api/client/update", "responses": [ { "uuid": "fb8fb5bc-ea92-4b2e-a0aa-a1684e625c86", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e9d6eaf6-e0b9-4a03-a6c7-6e21e9ad9392", "documentation": "Return all estimation for the account", "method": "get", "endpoint": "api/estimation/all", "responses": [ { "uuid": "c11d925c-e846-42ef-b27b-dba69c647210", "body": "{\n \"Count\": {{faker 'number.int' max=99999}},\n \"ErrorMessages\": [\n {\n \"Code\": \"\",\n \"FaultMessage\": \"\",\n \"Group\": \"\",\n \"UserVisibleMessage\": \"\"\n }\n ],\n \"IsFaulted\": {{faker 'datatype.boolean'}},\n \"Result\": [\n {\n \"AccessToken\": \"\",\n \"Client\": {\n \"AdditionalEmails\": [\n {\n \"Email\": \"\"\n }\n ],\n \"Address\": \"\",\n \"ClientCountryId\": {{faker 'number.int' max=99999}},\n \"ClientCurrencyId\": {{faker 'number.int' max=99999}},\n \"CompanyRegistrationNumber\": \"\",\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"DefaultDueDateInDays\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PhoneNumber\": \"\",\n \"UiLanguageId\": {{faker 'number.int' max=99999}},\n \"Vat\": \"\"\n },\n \"ClonedFromId\": {{faker 'number.int' max=99999}},\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"DiscountAmount\": {{faker 'number.float'}},\n \"ExpiresOn\": \"{{faker 'date.recent' 365}}\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"IssuedOn\": \"{{faker 'date.recent' 365}}\",\n \"Notes\": \"\",\n \"Number\": \"\",\n \"PoNumber\": \"\",\n \"Status\": \"{{oneOf (array 'Draft' 'Accepted' 'Rejected')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"Terms\": \"\",\n \"TotalAmount\": {{faker 'number.float'}}\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f1fa925f-2318-475c-9be6-224fe008fbfb", "documentation": "Change estimation status", "method": "post", "endpoint": "api/estimation/changestatus", "responses": [ { "uuid": "81896141-d5ce-4d47-93ce-3ae58322931c", "body": "{{faker 'datatype.boolean'}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc90a395-0d51-4929-a3a7-e962913821dc", "documentation": "Convert the estimation to an invoice", "method": "post", "endpoint": "api/estimation/convert", "responses": [ { "uuid": "67f378a7-5cfe-4670-a667-439c8d91d439", "body": "{\n \"AccessToken\": \"\",\n \"Activities\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"InvoiceNumber\": \"\",\n \"Link\": \"\",\n \"Message\": \"\",\n \"Type\": \"{{oneOf (array 'Created' 'Draft' 'Cloned' 'SentViaEmail' 'SentViaSms' 'SentReminderViaEmail' 'SentReminderViaSms' 'Opened' 'Viewed' 'Rejected' 'Updated' 'Paid' 'Unpaid' 'Overdue' 'NewManualPayment' 'NewPaymentWithPaypal' 'NewPaymentWithStripe' 'NewPaymentWithPayoneer' 'SentToAccountant' 'DownloadedAsPdf' 'MarkAsPaidByTheClient' 'OpenedAttachment' 'NewPaymentWithSquare' 'NewPaymentWithKlikAndPay' 'NewPaymentWithRazorpay' 'NewPaymentWithWepay' 'NewPaymentWithHalkbank' 'ChangeStatus' 'OrderUpdated' 'OrderCreated' 'NewPaymentWithTwoCheckout' 'NewPaymentWithPaymentWall' 'NewPaymentWithBamboraEU' 'NewPaymentWithBamboraNA' 'Void' 'NewPaymentWithNlb' 'NewPaymentWithAuthorizeNet' 'NewPaymentWithBraintree' 'EstimationCreated' 'EstimationDraft' 'EstimationCloned' 'EstimationSentViaEmail' 'EstimationOpened' 'EstimationViewed' 'EstimationAccepted' 'EstimationRejected' 'EstimationUpdated' 'EstimationDownloadedAsPdf')}}\"\n }\n ],\n \"Attachments\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"Link\": \"\",\n \"ObfuscatedFileName\": \"\",\n \"OriginalFileName\": \"\",\n \"Size\": {{faker 'number.int' max=99999}},\n \"Type\": \"{{oneOf (array 'External' 'Uploaded')}}\"\n }\n ],\n \"Client\": {\n \"AdditionalEmails\": [\n {\n \"Email\": \"\"\n }\n ],\n \"Address\": \"\",\n \"ClientCountryId\": {{faker 'number.int' max=99999}},\n \"ClientCurrencyId\": {{faker 'number.int' max=99999}},\n \"CompanyRegistrationNumber\": \"\",\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"DefaultDueDateInDays\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PhoneNumber\": \"\",\n \"UiLanguageId\": {{faker 'number.int' max=99999}},\n \"Vat\": \"\"\n },\n \"ClonedFromId\": {{faker 'number.int' max=99999}},\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"DiscountAmount\": {{faker 'number.float'}},\n \"Duedate\": \"{{faker 'date.recent' 365}}\",\n \"EnablePartialPayments\": {{faker 'datatype.boolean'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"InvoiceCategoryId\": {{faker 'number.int' max=99999}},\n \"IssuedOn\": \"{{faker 'date.recent' 365}}\",\n \"Items\": [\n {\n \"Cost\": {{faker 'number.float'}},\n \"Description\": \"\",\n \"DiscountAmount\": {{faker 'number.float'}},\n \"DiscountPercentage\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"Quantity\": {{faker 'number.float'}},\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"TaxId\": {{faker 'number.int' max=99999}},\n \"TaxPercentage\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"WorkTypeId\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Notes\": \"\",\n \"Number\": \"\",\n \"PaymentGateways\": [\n {\n \"Name\": \"\"\n }\n ],\n \"Payments\": [\n {\n \"Amount\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"IsAutomatic\": {{faker 'datatype.boolean'}},\n \"Note\": \"\",\n \"PaidOn\": \"{{faker 'date.recent' 365}}\",\n \"ReferenceId\": \"\",\n \"Type\": \"{{oneOf (array 'Other' 'Paypal' 'Stripe' 'Payoneer' 'Bank' 'Cash' 'Cheque' 'Ach' 'Sepa' 'Square' 'KlikAndPay' 'Razorpay' 'Wepay' 'Halkbank' 'TwoCheckout' 'PaymentWall' 'BamboraEU' 'BamboraNA' 'Nlb' 'AuthorizeNet' 'Braintree')}}\"\n }\n ],\n \"PoNumber\": \"\",\n \"RecurringProfile\": {\n \"DayOfMonth\": {{faker 'number.int' max=99999}},\n \"DayOfWeek\": \"{{oneOf (array 'Sunday' 'Monday' 'Tuesday' 'Wednesday' 'Thursday' 'Friday' 'Saturday')}}\",\n \"DueDateInDays\": {{faker 'number.int' max=99999}},\n \"EndOfRecurrance\": \"{{faker 'date.recent' 365}}\",\n \"Month\": {{faker 'number.int' max=99999}},\n \"RecurrancePattern\": \"{{oneOf (array 'Daily' 'Weekly' 'Monthly' 'Yearly')}}\",\n \"RecurranceValue\": {{faker 'number.int' max=99999}},\n \"StartOfRecurrance\": \"{{faker 'date.recent' 365}}\",\n \"Status\": \"{{oneOf (array 'Pending' 'Active' 'Cancelled' 'Finished')}}\",\n \"Title\": \"\"\n },\n \"RecurringProfileId\": {{faker 'number.int' max=99999}},\n \"ShouldSendReminders\": {{faker 'datatype.boolean'}},\n \"Status\": \"{{oneOf (array 'Draft' 'Paid' 'Unpaid' 'Overdue' 'Void')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"Terms\": \"\",\n \"TotalAmount\": {{faker 'number.float'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e0619f53-cd0a-40fb-aba3-97321425b52b", "documentation": "Delete an existing estimation", "method": "post", "endpoint": "api/estimation/delete", "responses": [ { "uuid": "6c7a9fdd-12c3-4653-9c06-d57a2fb26339", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "33e2934e-541d-4b19-88e5-8e3668b05833", "documentation": "Return estimation data", "method": "get", "endpoint": "api/estimation/details", "responses": [ { "uuid": "5c224436-fb7b-479e-ab46-0ff7d5713376", "body": "{\n \"AccessToken\": \"\",\n \"Activities\": [\n {\n \"EstimationNumber\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Link\": \"\",\n \"Message\": \"\",\n \"Type\": \"{{oneOf (array 'Created' 'Draft' 'Cloned' 'SentViaEmail' 'SentViaSms' 'SentReminderViaEmail' 'SentReminderViaSms' 'Opened' 'Viewed' 'Rejected' 'Updated' 'Paid' 'Unpaid' 'Overdue' 'NewManualPayment' 'NewPaymentWithPaypal' 'NewPaymentWithStripe' 'NewPaymentWithPayoneer' 'SentToAccountant' 'DownloadedAsPdf' 'MarkAsPaidByTheClient' 'OpenedAttachment' 'NewPaymentWithSquare' 'NewPaymentWithKlikAndPay' 'NewPaymentWithRazorpay' 'NewPaymentWithWepay' 'NewPaymentWithHalkbank' 'ChangeStatus' 'OrderUpdated' 'OrderCreated' 'NewPaymentWithTwoCheckout' 'NewPaymentWithPaymentWall' 'NewPaymentWithBamboraEU' 'NewPaymentWithBamboraNA' 'Void' 'NewPaymentWithNlb' 'NewPaymentWithAuthorizeNet' 'NewPaymentWithBraintree' 'EstimationCreated' 'EstimationDraft' 'EstimationCloned' 'EstimationSentViaEmail' 'EstimationOpened' 'EstimationViewed' 'EstimationAccepted' 'EstimationRejected' 'EstimationUpdated' 'EstimationDownloadedAsPdf')}}\"\n }\n ],\n \"Attachments\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"Link\": \"\",\n \"ObfuscatedFileName\": \"\",\n \"OriginalFileName\": \"\",\n \"Size\": {{faker 'number.int' max=99999}},\n \"Type\": \"{{oneOf (array 'External' 'Uploaded')}}\"\n }\n ],\n \"Client\": {\n \"AdditionalEmails\": [\n {\n \"Email\": \"\"\n }\n ],\n \"Address\": \"\",\n \"ClientCountryId\": {{faker 'number.int' max=99999}},\n \"ClientCurrencyId\": {{faker 'number.int' max=99999}},\n \"CompanyRegistrationNumber\": \"\",\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"DefaultDueDateInDays\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PhoneNumber\": \"\",\n \"UiLanguageId\": {{faker 'number.int' max=99999}},\n \"Vat\": \"\"\n },\n \"ClonedFromId\": {{faker 'number.int' max=99999}},\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"DiscountAmount\": {{faker 'number.float'}},\n \"ExpiresOn\": \"{{faker 'date.recent' 365}}\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"IssuedOn\": \"{{faker 'date.recent' 365}}\",\n \"Items\": [\n {\n \"Cost\": {{faker 'number.float'}},\n \"Description\": \"\",\n \"DiscountAmount\": {{faker 'number.float'}},\n \"DiscountPercentage\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"Quantity\": {{faker 'number.float'}},\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"TaxId\": {{faker 'number.int' max=99999}},\n \"TaxPercentage\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"WorkTypeId\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Notes\": \"\",\n \"Number\": \"\",\n \"PaymentGateways\": [\n {\n \"Name\": \"\"\n }\n ],\n \"PoNumber\": \"\",\n \"Status\": \"{{oneOf (array 'Draft' 'Accepted' 'Rejected')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"Terms\": \"\",\n \"TotalAmount\": {{faker 'number.float'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d76a6875-ebe9-4fdc-9d1a-4f2061c9341a", "documentation": "Create an estimation", "method": "post", "endpoint": "api/estimation/new", "responses": [ { "uuid": "9d8f67e0-537e-48dc-9651-6cd6e92d6b37", "body": "{\n \"AccessToken\": \"\",\n \"Activities\": [\n {\n \"EstimationNumber\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Link\": \"\",\n \"Message\": \"\",\n \"Type\": \"{{oneOf (array 'Created' 'Draft' 'Cloned' 'SentViaEmail' 'SentViaSms' 'SentReminderViaEmail' 'SentReminderViaSms' 'Opened' 'Viewed' 'Rejected' 'Updated' 'Paid' 'Unpaid' 'Overdue' 'NewManualPayment' 'NewPaymentWithPaypal' 'NewPaymentWithStripe' 'NewPaymentWithPayoneer' 'SentToAccountant' 'DownloadedAsPdf' 'MarkAsPaidByTheClient' 'OpenedAttachment' 'NewPaymentWithSquare' 'NewPaymentWithKlikAndPay' 'NewPaymentWithRazorpay' 'NewPaymentWithWepay' 'NewPaymentWithHalkbank' 'ChangeStatus' 'OrderUpdated' 'OrderCreated' 'NewPaymentWithTwoCheckout' 'NewPaymentWithPaymentWall' 'NewPaymentWithBamboraEU' 'NewPaymentWithBamboraNA' 'Void' 'NewPaymentWithNlb' 'NewPaymentWithAuthorizeNet' 'NewPaymentWithBraintree' 'EstimationCreated' 'EstimationDraft' 'EstimationCloned' 'EstimationSentViaEmail' 'EstimationOpened' 'EstimationViewed' 'EstimationAccepted' 'EstimationRejected' 'EstimationUpdated' 'EstimationDownloadedAsPdf')}}\"\n }\n ],\n \"Attachments\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"Link\": \"\",\n \"ObfuscatedFileName\": \"\",\n \"OriginalFileName\": \"\",\n \"Size\": {{faker 'number.int' max=99999}},\n \"Type\": \"{{oneOf (array 'External' 'Uploaded')}}\"\n }\n ],\n \"Client\": {\n \"AdditionalEmails\": [\n {\n \"Email\": \"\"\n }\n ],\n \"Address\": \"\",\n \"ClientCountryId\": {{faker 'number.int' max=99999}},\n \"ClientCurrencyId\": {{faker 'number.int' max=99999}},\n \"CompanyRegistrationNumber\": \"\",\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"DefaultDueDateInDays\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PhoneNumber\": \"\",\n \"UiLanguageId\": {{faker 'number.int' max=99999}},\n \"Vat\": \"\"\n },\n \"ClonedFromId\": {{faker 'number.int' max=99999}},\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"DiscountAmount\": {{faker 'number.float'}},\n \"ExpiresOn\": \"{{faker 'date.recent' 365}}\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"IssuedOn\": \"{{faker 'date.recent' 365}}\",\n \"Items\": [\n {\n \"Cost\": {{faker 'number.float'}},\n \"Description\": \"\",\n \"DiscountAmount\": {{faker 'number.float'}},\n \"DiscountPercentage\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"Quantity\": {{faker 'number.float'}},\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"TaxId\": {{faker 'number.int' max=99999}},\n \"TaxPercentage\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"WorkTypeId\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Notes\": \"\",\n \"Number\": \"\",\n \"PaymentGateways\": [\n {\n \"Name\": \"\"\n }\n ],\n \"PoNumber\": \"\",\n \"Status\": \"{{oneOf (array 'Draft' 'Accepted' 'Rejected')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"Terms\": \"\",\n \"TotalAmount\": {{faker 'number.float'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3049b67a-6b21-42ae-9b16-989a7af19657", "documentation": "Send the provided estimation to the client", "method": "post", "endpoint": "api/estimation/sendtoclient", "responses": [ { "uuid": "402860a3-ccea-42d5-b174-769877f4548f", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "93acefc8-bb38-4f2d-aa10-0904e64b83c5", "documentation": "Retrieve the status of the estimation", "method": "get", "endpoint": "api/estimation/status", "responses": [ { "uuid": "6244ac9f-1de0-4583-9f45-88f4bb1e1d23", "body": "\"{{oneOf (array 'Draft' 'Accepted' 'Rejected')}}\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "02c363ec-3f39-46d4-b38e-f1751a765cb6", "documentation": "Update an existing estimation", "method": "post", "endpoint": "api/estimation/update", "responses": [ { "uuid": "75b70a8d-28bc-4905-a182-d93a432f9d7c", "body": "{\n \"AccessToken\": \"\",\n \"Activities\": [\n {\n \"EstimationNumber\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Link\": \"\",\n \"Message\": \"\",\n \"Type\": \"{{oneOf (array 'Created' 'Draft' 'Cloned' 'SentViaEmail' 'SentViaSms' 'SentReminderViaEmail' 'SentReminderViaSms' 'Opened' 'Viewed' 'Rejected' 'Updated' 'Paid' 'Unpaid' 'Overdue' 'NewManualPayment' 'NewPaymentWithPaypal' 'NewPaymentWithStripe' 'NewPaymentWithPayoneer' 'SentToAccountant' 'DownloadedAsPdf' 'MarkAsPaidByTheClient' 'OpenedAttachment' 'NewPaymentWithSquare' 'NewPaymentWithKlikAndPay' 'NewPaymentWithRazorpay' 'NewPaymentWithWepay' 'NewPaymentWithHalkbank' 'ChangeStatus' 'OrderUpdated' 'OrderCreated' 'NewPaymentWithTwoCheckout' 'NewPaymentWithPaymentWall' 'NewPaymentWithBamboraEU' 'NewPaymentWithBamboraNA' 'Void' 'NewPaymentWithNlb' 'NewPaymentWithAuthorizeNet' 'NewPaymentWithBraintree' 'EstimationCreated' 'EstimationDraft' 'EstimationCloned' 'EstimationSentViaEmail' 'EstimationOpened' 'EstimationViewed' 'EstimationAccepted' 'EstimationRejected' 'EstimationUpdated' 'EstimationDownloadedAsPdf')}}\"\n }\n ],\n \"Attachments\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"Link\": \"\",\n \"ObfuscatedFileName\": \"\",\n \"OriginalFileName\": \"\",\n \"Size\": {{faker 'number.int' max=99999}},\n \"Type\": \"{{oneOf (array 'External' 'Uploaded')}}\"\n }\n ],\n \"Client\": {\n \"AdditionalEmails\": [\n {\n \"Email\": \"\"\n }\n ],\n \"Address\": \"\",\n \"ClientCountryId\": {{faker 'number.int' max=99999}},\n \"ClientCurrencyId\": {{faker 'number.int' max=99999}},\n \"CompanyRegistrationNumber\": \"\",\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"DefaultDueDateInDays\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PhoneNumber\": \"\",\n \"UiLanguageId\": {{faker 'number.int' max=99999}},\n \"Vat\": \"\"\n },\n \"ClonedFromId\": {{faker 'number.int' max=99999}},\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"DiscountAmount\": {{faker 'number.float'}},\n \"ExpiresOn\": \"{{faker 'date.recent' 365}}\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"IssuedOn\": \"{{faker 'date.recent' 365}}\",\n \"Items\": [\n {\n \"Cost\": {{faker 'number.float'}},\n \"Description\": \"\",\n \"DiscountAmount\": {{faker 'number.float'}},\n \"DiscountPercentage\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"Quantity\": {{faker 'number.float'}},\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"TaxId\": {{faker 'number.int' max=99999}},\n \"TaxPercentage\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"WorkTypeId\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Notes\": \"\",\n \"Number\": \"\",\n \"PaymentGateways\": [\n {\n \"Name\": \"\"\n }\n ],\n \"PoNumber\": \"\",\n \"Status\": \"{{oneOf (array 'Draft' 'Accepted' 'Rejected')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"Terms\": \"\",\n \"TotalAmount\": {{faker 'number.float'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "240eeb0b-fb46-446b-be9e-cace95d5bd4c", "documentation": "Return the unique url to the client's invoice", "method": "get", "endpoint": "api/estimation/uri", "responses": [ { "uuid": "7ad452a1-87e7-4142-bf3f-40bfd6738e3e", "body": "{\n \"Link\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5d922196-0bd2-4307-a832-e2e261e8f9da", "documentation": "Return all of the platform supported countries", "method": "get", "endpoint": "api/general/countries", "responses": [ { "uuid": "107eb6d8-4a42-4598-893a-71862332f110", "body": "[\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Value\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "71116c24-fd5f-44c7-a828-cbdefba0efa5", "documentation": "Return all of the platform supported currencies", "method": "get", "endpoint": "api/general/currencies", "responses": [ { "uuid": "d8cf1e81-b481-4633-a463-2a3d9606c432", "body": "[\n {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a91f286-553d-4d94-b601-b45aebb44ed0", "documentation": "Return all of the platform supported Date Formats", "method": "get", "endpoint": "api/general/dateformats", "responses": [ { "uuid": "60be3fc7-85dc-4afd-a5bf-3381bd416526", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f97c1895-30e2-45be-a273-c2427df8d1e2", "documentation": "Return all of the platform supported UI languages", "method": "get", "endpoint": "api/general/uilanguages", "responses": [ { "uuid": "d8959ef3-202d-4d7d-8558-6206984ce154", "body": "[\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"UiCulture\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b84b413b-c847-4afd-b7a2-b3590ccfb3fd", "documentation": "Return all invoices for the account", "method": "get", "endpoint": "api/invoice/all", "responses": [ { "uuid": "722e9fb4-b997-49a1-a086-c746f94e63ff", "body": "{\n \"Count\": {{faker 'number.int' max=99999}},\n \"ErrorMessages\": [\n {\n \"Code\": \"\",\n \"FaultMessage\": \"\",\n \"Group\": \"\",\n \"UserVisibleMessage\": \"\"\n }\n ],\n \"IsFaulted\": {{faker 'datatype.boolean'}},\n \"Result\": [\n {\n \"AccessToken\": \"\",\n \"Client\": {\n \"AdditionalEmails\": [\n {\n \"Email\": \"\"\n }\n ],\n \"Address\": \"\",\n \"ClientCountryId\": {{faker 'number.int' max=99999}},\n \"ClientCurrencyId\": {{faker 'number.int' max=99999}},\n \"CompanyRegistrationNumber\": \"\",\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"DefaultDueDateInDays\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PhoneNumber\": \"\",\n \"UiLanguageId\": {{faker 'number.int' max=99999}},\n \"Vat\": \"\"\n },\n \"ClonedFromId\": {{faker 'number.int' max=99999}},\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"DiscountAmount\": {{faker 'number.float'}},\n \"Duedate\": \"{{faker 'date.recent' 365}}\",\n \"EnablePartialPayments\": {{faker 'datatype.boolean'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"InvoiceCategoryId\": {{faker 'number.int' max=99999}},\n \"IssuedOn\": \"{{faker 'date.recent' 365}}\",\n \"Notes\": \"\",\n \"Number\": \"\",\n \"PoNumber\": \"\",\n \"RecurringProfile\": {\n \"DayOfMonth\": {{faker 'number.int' max=99999}},\n \"DayOfWeek\": \"{{oneOf (array 'Sunday' 'Monday' 'Tuesday' 'Wednesday' 'Thursday' 'Friday' 'Saturday')}}\",\n \"DueDateInDays\": {{faker 'number.int' max=99999}},\n \"EndOfRecurrance\": \"{{faker 'date.recent' 365}}\",\n \"Month\": {{faker 'number.int' max=99999}},\n \"RecurrancePattern\": \"{{oneOf (array 'Daily' 'Weekly' 'Monthly' 'Yearly')}}\",\n \"RecurranceValue\": {{faker 'number.int' max=99999}},\n \"StartOfRecurrance\": \"{{faker 'date.recent' 365}}\",\n \"Status\": \"{{oneOf (array 'Pending' 'Active' 'Cancelled' 'Finished')}}\",\n \"Title\": \"\"\n },\n \"RecurringProfileId\": {{faker 'number.int' max=99999}},\n \"ShouldSendReminders\": {{faker 'datatype.boolean'}},\n \"Status\": \"{{oneOf (array 'Draft' 'Paid' 'Unpaid' 'Overdue' 'Void')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"Terms\": \"\",\n \"TotalAmount\": {{faker 'number.float'}}\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e88288b0-ecba-40c5-9dcf-be01bad3ef22", "documentation": "Return all invoice categories for the account", "method": "get", "endpoint": "api/invoice/allcategories", "responses": [ { "uuid": "06e8d2ba-5650-49d9-b16c-2b1b44771abb", "body": "{\n \"Count\": {{faker 'number.int' max=99999}},\n \"ErrorMessages\": [\n {\n \"Code\": \"\",\n \"FaultMessage\": \"\",\n \"Group\": \"\",\n \"UserVisibleMessage\": \"\"\n }\n ],\n \"IsFaulted\": {{faker 'datatype.boolean'}},\n \"Result\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\"\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ccad6af8-f981-4531-88a8-05118dc1cc69", "documentation": "Change invoice status", "method": "post", "endpoint": "api/invoice/changestatus", "responses": [ { "uuid": "babae8b1-f4b4-4dda-943c-ad72a5dc7b55", "body": "{{faker 'datatype.boolean'}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3a17d484-0def-42cd-b913-6e1d03ef4238", "documentation": "Delete an existing invoice", "method": "post", "endpoint": "api/invoice/delete", "responses": [ { "uuid": "5f58cef2-adda-469b-903e-5e5b67e0d1dc", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "11a9a3d2-cd0b-4720-b7da-7eeb7019fa66", "documentation": "Delete an existing invoice category", "method": "post", "endpoint": "api/invoice/deletecategory", "responses": [ { "uuid": "5afc5f0d-fcff-42be-9cb7-8092fd5f36fd", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b01f4e96-62c4-4863-ab6c-ab55ca22046a", "documentation": "Return invoice data", "method": "get", "endpoint": "api/invoice/details", "responses": [ { "uuid": "ff20a310-9191-49b4-a56a-74267ad01efd", "body": "{\n \"AccessToken\": \"\",\n \"Activities\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"InvoiceNumber\": \"\",\n \"Link\": \"\",\n \"Message\": \"\",\n \"Type\": \"{{oneOf (array 'Created' 'Draft' 'Cloned' 'SentViaEmail' 'SentViaSms' 'SentReminderViaEmail' 'SentReminderViaSms' 'Opened' 'Viewed' 'Rejected' 'Updated' 'Paid' 'Unpaid' 'Overdue' 'NewManualPayment' 'NewPaymentWithPaypal' 'NewPaymentWithStripe' 'NewPaymentWithPayoneer' 'SentToAccountant' 'DownloadedAsPdf' 'MarkAsPaidByTheClient' 'OpenedAttachment' 'NewPaymentWithSquare' 'NewPaymentWithKlikAndPay' 'NewPaymentWithRazorpay' 'NewPaymentWithWepay' 'NewPaymentWithHalkbank' 'ChangeStatus' 'OrderUpdated' 'OrderCreated' 'NewPaymentWithTwoCheckout' 'NewPaymentWithPaymentWall' 'NewPaymentWithBamboraEU' 'NewPaymentWithBamboraNA' 'Void' 'NewPaymentWithNlb' 'NewPaymentWithAuthorizeNet' 'NewPaymentWithBraintree' 'EstimationCreated' 'EstimationDraft' 'EstimationCloned' 'EstimationSentViaEmail' 'EstimationOpened' 'EstimationViewed' 'EstimationAccepted' 'EstimationRejected' 'EstimationUpdated' 'EstimationDownloadedAsPdf')}}\"\n }\n ],\n \"Attachments\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"Link\": \"\",\n \"ObfuscatedFileName\": \"\",\n \"OriginalFileName\": \"\",\n \"Size\": {{faker 'number.int' max=99999}},\n \"Type\": \"{{oneOf (array 'External' 'Uploaded')}}\"\n }\n ],\n \"Client\": {\n \"AdditionalEmails\": [\n {\n \"Email\": \"\"\n }\n ],\n \"Address\": \"\",\n \"ClientCountryId\": {{faker 'number.int' max=99999}},\n \"ClientCurrencyId\": {{faker 'number.int' max=99999}},\n \"CompanyRegistrationNumber\": \"\",\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"DefaultDueDateInDays\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PhoneNumber\": \"\",\n \"UiLanguageId\": {{faker 'number.int' max=99999}},\n \"Vat\": \"\"\n },\n \"ClonedFromId\": {{faker 'number.int' max=99999}},\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"DiscountAmount\": {{faker 'number.float'}},\n \"Duedate\": \"{{faker 'date.recent' 365}}\",\n \"EnablePartialPayments\": {{faker 'datatype.boolean'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"InvoiceCategoryId\": {{faker 'number.int' max=99999}},\n \"IssuedOn\": \"{{faker 'date.recent' 365}}\",\n \"Items\": [\n {\n \"Cost\": {{faker 'number.float'}},\n \"Description\": \"\",\n \"DiscountAmount\": {{faker 'number.float'}},\n \"DiscountPercentage\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"Quantity\": {{faker 'number.float'}},\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"TaxId\": {{faker 'number.int' max=99999}},\n \"TaxPercentage\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"WorkTypeId\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Notes\": \"\",\n \"Number\": \"\",\n \"PaymentGateways\": [\n {\n \"Name\": \"\"\n }\n ],\n \"Payments\": [\n {\n \"Amount\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"IsAutomatic\": {{faker 'datatype.boolean'}},\n \"Note\": \"\",\n \"PaidOn\": \"{{faker 'date.recent' 365}}\",\n \"ReferenceId\": \"\",\n \"Type\": \"{{oneOf (array 'Other' 'Paypal' 'Stripe' 'Payoneer' 'Bank' 'Cash' 'Cheque' 'Ach' 'Sepa' 'Square' 'KlikAndPay' 'Razorpay' 'Wepay' 'Halkbank' 'TwoCheckout' 'PaymentWall' 'BamboraEU' 'BamboraNA' 'Nlb' 'AuthorizeNet' 'Braintree')}}\"\n }\n ],\n \"PoNumber\": \"\",\n \"RecurringProfile\": {\n \"DayOfMonth\": {{faker 'number.int' max=99999}},\n \"DayOfWeek\": \"{{oneOf (array 'Sunday' 'Monday' 'Tuesday' 'Wednesday' 'Thursday' 'Friday' 'Saturday')}}\",\n \"DueDateInDays\": {{faker 'number.int' max=99999}},\n \"EndOfRecurrance\": \"{{faker 'date.recent' 365}}\",\n \"Month\": {{faker 'number.int' max=99999}},\n \"RecurrancePattern\": \"{{oneOf (array 'Daily' 'Weekly' 'Monthly' 'Yearly')}}\",\n \"RecurranceValue\": {{faker 'number.int' max=99999}},\n \"StartOfRecurrance\": \"{{faker 'date.recent' 365}}\",\n \"Status\": \"{{oneOf (array 'Pending' 'Active' 'Cancelled' 'Finished')}}\",\n \"Title\": \"\"\n },\n \"RecurringProfileId\": {{faker 'number.int' max=99999}},\n \"ShouldSendReminders\": {{faker 'datatype.boolean'}},\n \"Status\": \"{{oneOf (array 'Draft' 'Paid' 'Unpaid' 'Overdue' 'Void')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"Terms\": \"\",\n \"TotalAmount\": {{faker 'number.float'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e174067e-5f63-481c-afb2-49cf5f8ea882", "documentation": "Create an invoice", "method": "post", "endpoint": "api/invoice/new", "responses": [ { "uuid": "f88570c7-ef2a-49f0-8dba-8fc5eeb814da", "body": "{\n \"AccessToken\": \"\",\n \"Activities\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"InvoiceNumber\": \"\",\n \"Link\": \"\",\n \"Message\": \"\",\n \"Type\": \"{{oneOf (array 'Created' 'Draft' 'Cloned' 'SentViaEmail' 'SentViaSms' 'SentReminderViaEmail' 'SentReminderViaSms' 'Opened' 'Viewed' 'Rejected' 'Updated' 'Paid' 'Unpaid' 'Overdue' 'NewManualPayment' 'NewPaymentWithPaypal' 'NewPaymentWithStripe' 'NewPaymentWithPayoneer' 'SentToAccountant' 'DownloadedAsPdf' 'MarkAsPaidByTheClient' 'OpenedAttachment' 'NewPaymentWithSquare' 'NewPaymentWithKlikAndPay' 'NewPaymentWithRazorpay' 'NewPaymentWithWepay' 'NewPaymentWithHalkbank' 'ChangeStatus' 'OrderUpdated' 'OrderCreated' 'NewPaymentWithTwoCheckout' 'NewPaymentWithPaymentWall' 'NewPaymentWithBamboraEU' 'NewPaymentWithBamboraNA' 'Void' 'NewPaymentWithNlb' 'NewPaymentWithAuthorizeNet' 'NewPaymentWithBraintree' 'EstimationCreated' 'EstimationDraft' 'EstimationCloned' 'EstimationSentViaEmail' 'EstimationOpened' 'EstimationViewed' 'EstimationAccepted' 'EstimationRejected' 'EstimationUpdated' 'EstimationDownloadedAsPdf')}}\"\n }\n ],\n \"Attachments\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"Link\": \"\",\n \"ObfuscatedFileName\": \"\",\n \"OriginalFileName\": \"\",\n \"Size\": {{faker 'number.int' max=99999}},\n \"Type\": \"{{oneOf (array 'External' 'Uploaded')}}\"\n }\n ],\n \"Client\": {\n \"AdditionalEmails\": [\n {\n \"Email\": \"\"\n }\n ],\n \"Address\": \"\",\n \"ClientCountryId\": {{faker 'number.int' max=99999}},\n \"ClientCurrencyId\": {{faker 'number.int' max=99999}},\n \"CompanyRegistrationNumber\": \"\",\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"DefaultDueDateInDays\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PhoneNumber\": \"\",\n \"UiLanguageId\": {{faker 'number.int' max=99999}},\n \"Vat\": \"\"\n },\n \"ClonedFromId\": {{faker 'number.int' max=99999}},\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"DiscountAmount\": {{faker 'number.float'}},\n \"Duedate\": \"{{faker 'date.recent' 365}}\",\n \"EnablePartialPayments\": {{faker 'datatype.boolean'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"InvoiceCategoryId\": {{faker 'number.int' max=99999}},\n \"IssuedOn\": \"{{faker 'date.recent' 365}}\",\n \"Items\": [\n {\n \"Cost\": {{faker 'number.float'}},\n \"Description\": \"\",\n \"DiscountAmount\": {{faker 'number.float'}},\n \"DiscountPercentage\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"Quantity\": {{faker 'number.float'}},\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"TaxId\": {{faker 'number.int' max=99999}},\n \"TaxPercentage\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"WorkTypeId\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Notes\": \"\",\n \"Number\": \"\",\n \"PaymentGateways\": [\n {\n \"Name\": \"\"\n }\n ],\n \"Payments\": [\n {\n \"Amount\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"IsAutomatic\": {{faker 'datatype.boolean'}},\n \"Note\": \"\",\n \"PaidOn\": \"{{faker 'date.recent' 365}}\",\n \"ReferenceId\": \"\",\n \"Type\": \"{{oneOf (array 'Other' 'Paypal' 'Stripe' 'Payoneer' 'Bank' 'Cash' 'Cheque' 'Ach' 'Sepa' 'Square' 'KlikAndPay' 'Razorpay' 'Wepay' 'Halkbank' 'TwoCheckout' 'PaymentWall' 'BamboraEU' 'BamboraNA' 'Nlb' 'AuthorizeNet' 'Braintree')}}\"\n }\n ],\n \"PoNumber\": \"\",\n \"RecurringProfile\": {\n \"DayOfMonth\": {{faker 'number.int' max=99999}},\n \"DayOfWeek\": \"{{oneOf (array 'Sunday' 'Monday' 'Tuesday' 'Wednesday' 'Thursday' 'Friday' 'Saturday')}}\",\n \"DueDateInDays\": {{faker 'number.int' max=99999}},\n \"EndOfRecurrance\": \"{{faker 'date.recent' 365}}\",\n \"Month\": {{faker 'number.int' max=99999}},\n \"RecurrancePattern\": \"{{oneOf (array 'Daily' 'Weekly' 'Monthly' 'Yearly')}}\",\n \"RecurranceValue\": {{faker 'number.int' max=99999}},\n \"StartOfRecurrance\": \"{{faker 'date.recent' 365}}\",\n \"Status\": \"{{oneOf (array 'Pending' 'Active' 'Cancelled' 'Finished')}}\",\n \"Title\": \"\"\n },\n \"RecurringProfileId\": {{faker 'number.int' max=99999}},\n \"ShouldSendReminders\": {{faker 'datatype.boolean'}},\n \"Status\": \"{{oneOf (array 'Draft' 'Paid' 'Unpaid' 'Overdue' 'Void')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"Terms\": \"\",\n \"TotalAmount\": {{faker 'number.float'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a00bc3d1-9342-4ad0-bd9c-5e06889ba6ef", "documentation": "Create an invoice category", "method": "post", "endpoint": "api/invoice/newcategory", "responses": [ { "uuid": "ba3c3c8c-ef73-4a3e-85c2-85ebb9e7b793", "body": "{\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b287f278-42ee-487b-8bca-63333d94d7fa", "documentation": "Send the provided invoice to the accountant", "method": "post", "endpoint": "api/invoice/sendtoaccountant", "responses": [ { "uuid": "32d4e131-c040-4933-9f96-97874bcdb34c", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "281ec3f8-aab1-4c80-b836-3034dbe2144b", "documentation": "Send the provided invoice to the client", "method": "post", "endpoint": "api/invoice/sendtoclient", "responses": [ { "uuid": "329718d9-778b-42d7-a093-4d75b0135e3d", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2afb9752-9aa2-4131-abbd-f9a0ca6b1d09", "documentation": "Retrieve the status of the invoice", "method": "get", "endpoint": "api/invoice/status", "responses": [ { "uuid": "b35a39a8-9988-4aa3-a8df-6d0a4f1ae68c", "body": "\"{{oneOf (array 'Draft' 'Paid' 'Unpaid' 'Overdue' 'Void')}}\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "198bf65a-cf5c-4490-8901-85f39aaaaefa", "documentation": "Update an existing invoice", "method": "post", "endpoint": "api/invoice/update", "responses": [ { "uuid": "1ea17ec8-54d8-4377-916b-4716cb549984", "body": "{\n \"AccessToken\": \"\",\n \"Activities\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"InvoiceNumber\": \"\",\n \"Link\": \"\",\n \"Message\": \"\",\n \"Type\": \"{{oneOf (array 'Created' 'Draft' 'Cloned' 'SentViaEmail' 'SentViaSms' 'SentReminderViaEmail' 'SentReminderViaSms' 'Opened' 'Viewed' 'Rejected' 'Updated' 'Paid' 'Unpaid' 'Overdue' 'NewManualPayment' 'NewPaymentWithPaypal' 'NewPaymentWithStripe' 'NewPaymentWithPayoneer' 'SentToAccountant' 'DownloadedAsPdf' 'MarkAsPaidByTheClient' 'OpenedAttachment' 'NewPaymentWithSquare' 'NewPaymentWithKlikAndPay' 'NewPaymentWithRazorpay' 'NewPaymentWithWepay' 'NewPaymentWithHalkbank' 'ChangeStatus' 'OrderUpdated' 'OrderCreated' 'NewPaymentWithTwoCheckout' 'NewPaymentWithPaymentWall' 'NewPaymentWithBamboraEU' 'NewPaymentWithBamboraNA' 'Void' 'NewPaymentWithNlb' 'NewPaymentWithAuthorizeNet' 'NewPaymentWithBraintree' 'EstimationCreated' 'EstimationDraft' 'EstimationCloned' 'EstimationSentViaEmail' 'EstimationOpened' 'EstimationViewed' 'EstimationAccepted' 'EstimationRejected' 'EstimationUpdated' 'EstimationDownloadedAsPdf')}}\"\n }\n ],\n \"Attachments\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"Link\": \"\",\n \"ObfuscatedFileName\": \"\",\n \"OriginalFileName\": \"\",\n \"Size\": {{faker 'number.int' max=99999}},\n \"Type\": \"{{oneOf (array 'External' 'Uploaded')}}\"\n }\n ],\n \"Client\": {\n \"AdditionalEmails\": [\n {\n \"Email\": \"\"\n }\n ],\n \"Address\": \"\",\n \"ClientCountryId\": {{faker 'number.int' max=99999}},\n \"ClientCurrencyId\": {{faker 'number.int' max=99999}},\n \"CompanyRegistrationNumber\": \"\",\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"DefaultDueDateInDays\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"PhoneNumber\": \"\",\n \"UiLanguageId\": {{faker 'number.int' max=99999}},\n \"Vat\": \"\"\n },\n \"ClonedFromId\": {{faker 'number.int' max=99999}},\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"DiscountAmount\": {{faker 'number.float'}},\n \"Duedate\": \"{{faker 'date.recent' 365}}\",\n \"EnablePartialPayments\": {{faker 'datatype.boolean'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"InvoiceCategoryId\": {{faker 'number.int' max=99999}},\n \"IssuedOn\": \"{{faker 'date.recent' 365}}\",\n \"Items\": [\n {\n \"Cost\": {{faker 'number.float'}},\n \"Description\": \"\",\n \"DiscountAmount\": {{faker 'number.float'}},\n \"DiscountPercentage\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"Quantity\": {{faker 'number.float'}},\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"TaxId\": {{faker 'number.int' max=99999}},\n \"TaxPercentage\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"WorkTypeId\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Notes\": \"\",\n \"Number\": \"\",\n \"PaymentGateways\": [\n {\n \"Name\": \"\"\n }\n ],\n \"Payments\": [\n {\n \"Amount\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"IsAutomatic\": {{faker 'datatype.boolean'}},\n \"Note\": \"\",\n \"PaidOn\": \"{{faker 'date.recent' 365}}\",\n \"ReferenceId\": \"\",\n \"Type\": \"{{oneOf (array 'Other' 'Paypal' 'Stripe' 'Payoneer' 'Bank' 'Cash' 'Cheque' 'Ach' 'Sepa' 'Square' 'KlikAndPay' 'Razorpay' 'Wepay' 'Halkbank' 'TwoCheckout' 'PaymentWall' 'BamboraEU' 'BamboraNA' 'Nlb' 'AuthorizeNet' 'Braintree')}}\"\n }\n ],\n \"PoNumber\": \"\",\n \"RecurringProfile\": {\n \"DayOfMonth\": {{faker 'number.int' max=99999}},\n \"DayOfWeek\": \"{{oneOf (array 'Sunday' 'Monday' 'Tuesday' 'Wednesday' 'Thursday' 'Friday' 'Saturday')}}\",\n \"DueDateInDays\": {{faker 'number.int' max=99999}},\n \"EndOfRecurrance\": \"{{faker 'date.recent' 365}}\",\n \"Month\": {{faker 'number.int' max=99999}},\n \"RecurrancePattern\": \"{{oneOf (array 'Daily' 'Weekly' 'Monthly' 'Yearly')}}\",\n \"RecurranceValue\": {{faker 'number.int' max=99999}},\n \"StartOfRecurrance\": \"{{faker 'date.recent' 365}}\",\n \"Status\": \"{{oneOf (array 'Pending' 'Active' 'Cancelled' 'Finished')}}\",\n \"Title\": \"\"\n },\n \"RecurringProfileId\": {{faker 'number.int' max=99999}},\n \"ShouldSendReminders\": {{faker 'datatype.boolean'}},\n \"Status\": \"{{oneOf (array 'Draft' 'Paid' 'Unpaid' 'Overdue' 'Void')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"Terms\": \"\",\n \"TotalAmount\": {{faker 'number.float'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bae7c5b9-478e-4a29-b861-0930634fe285", "documentation": "Update an existing invoice category", "method": "post", "endpoint": "api/invoice/updatecategory", "responses": [ { "uuid": "cfd42c45-4d4d-417f-9683-06150bf2cd58", "body": "{\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f71ed33a-6194-44d1-86fc-d93947b37faa", "documentation": "Return the unique url to the client's invoice", "method": "get", "endpoint": "api/invoice/uri", "responses": [ { "uuid": "43d7d97a-c9b1-4c78-8780-01090a650656", "body": "{\n \"Link\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d0b16014-fd76-481b-b416-1774bfacae67", "documentation": "Return all orders for the account", "method": "get", "endpoint": "api/order/all", "responses": [ { "uuid": "795690d6-0d16-494e-b51d-b4666f623509", "body": "{\n \"Count\": {{faker 'number.int' max=99999}},\n \"ErrorMessages\": [\n {\n \"Code\": \"\",\n \"FaultMessage\": \"\",\n \"Group\": \"\",\n \"UserVisibleMessage\": \"\"\n }\n ],\n \"IsFaulted\": {{faker 'datatype.boolean'}},\n \"Result\": [\n {\n \"AccessToken\": \"\",\n \"AfterPaymentDescription\": \"\",\n \"CouponCode\": \"\",\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"CurrencyId\": {{faker 'number.int' max=99999}},\n \"Description\": \"\",\n \"DiscountAmount\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Note\": \"\",\n \"OrderBillingDetails\": {\n \"Address\": \"\",\n \"CountryId\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Name\": \"\",\n \"PhoneNumber\": \"\"\n },\n \"OrderShippingDetails\": {\n \"Address\": \"\",\n \"CountryId\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Name\": \"\",\n \"PhoneNumber\": \"\"\n },\n \"ProductId\": {{faker 'number.int' max=99999}},\n \"Referral\": \"\",\n \"ShippingAmount\": {{faker 'number.float'}},\n \"ShippingDescription\": \"\",\n \"Status\": \"{{oneOf (array 'PendingPayment' 'Processing' 'Shipped' 'Completed' 'OnHold' 'Cancelled' 'Refunded' 'Failed')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"TotalWithShipping\": {{faker 'number.float'}},\n \"WhatHappensNextDescription\": \"\"\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "41e45501-b9b2-4735-820b-e1cbd178e75b", "documentation": "Change order shipping details", "method": "post", "endpoint": "api/order/changeshippingdetails", "responses": [ { "uuid": "69497f89-62bd-4857-be22-14622dbb1f69", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9e2ce2ac-84a7-4989-a02e-e780523f33a8", "documentation": "Change order status", "method": "post", "endpoint": "api/order/changestatus", "responses": [ { "uuid": "4e9185d6-28c8-49d2-a9e0-72880278e1da", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "148e6306-eb40-486a-8ab2-b873a3b73c55", "documentation": "Delete an existing order", "method": "post", "endpoint": "api/order/delete", "responses": [ { "uuid": "90b581f8-6f6e-4cb1-8032-00429dedc8b7", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "69987f06-8879-4bb6-b680-f0223581b04b", "documentation": "Return order details", "method": "get", "endpoint": "api/order/details", "responses": [ { "uuid": "a7c8e0f1-bdc7-4772-ace7-4399d8eceac5", "body": "{\n \"AccessToken\": \"\",\n \"AfterPaymentDescription\": \"\",\n \"Attachments\": [\n {\n \"Link\": \"\",\n \"ObfuscatedFileName\": \"\",\n \"OriginalFileName\": \"\",\n \"Size\": {{faker 'number.int' max=99999}},\n \"Type\": \"{{oneOf (array 'External' 'Uploaded')}}\"\n }\n ],\n \"CouponCode\": \"\",\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"CurrencyId\": {{faker 'number.int' max=99999}},\n \"Description\": \"\",\n \"DiscountAmount\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"Items\": [\n {\n \"Cost\": {{faker 'number.float'}},\n \"Description\": \"\",\n \"ProductItemId\": {{faker 'number.int' max=99999}},\n \"Quantity\": {{faker 'number.float'}},\n \"ReferenceId\": \"\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"TaxId\": {{faker 'number.int' max=99999}},\n \"TaxPercentage\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"WorkTypeId\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Name\": \"\",\n \"Note\": \"\",\n \"OrderBillingDetails\": {\n \"Address\": \"\",\n \"CountryId\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Name\": \"\",\n \"PhoneNumber\": \"\"\n },\n \"OrderShippingDetails\": {\n \"Address\": \"\",\n \"CountryId\": {{faker 'number.int' max=99999}},\n \"Email\": \"\",\n \"Name\": \"\",\n \"PhoneNumber\": \"\"\n },\n \"ProductId\": {{faker 'number.int' max=99999}},\n \"Referral\": \"\",\n \"ShippingAmount\": {{faker 'number.float'}},\n \"ShippingDescription\": \"\",\n \"Status\": \"{{oneOf (array 'PendingPayment' 'Processing' 'Shipped' 'Completed' 'OnHold' 'Cancelled' 'Refunded' 'Failed')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"TotalWithShipping\": {{faker 'number.float'}},\n \"WhatHappensNextDescription\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a14ffc98-3e1d-4328-8231-308852b126cb", "documentation": "Create an order", "method": "post", "endpoint": "api/order/new", "responses": [ { "uuid": "783b063c-398a-4b6a-ad40-44f69db2df93", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8016923a-ce33-4282-8dad-ad7f07592620", "documentation": "Return all supported payment gateways (no currencies means all are supported)", "method": "get", "endpoint": "api/payment/supported", "responses": [ { "uuid": "29004b62-7668-45e7-828d-bd4b06dbac3c", "body": "[\n {\n \"Name\": \"\",\n \"SupportedCurrencies\": [\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29fe8b9b-2b02-4115-874f-5ecec3009f1c", "documentation": "Create a payment link", "method": "get", "endpoint": "api/paymentlink/all", "responses": [ { "uuid": "a4a976d3-30b4-4b65-a870-970652c37de6", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "15e4e926-c728-48d3-a86f-dd4a5574a030", "documentation": "Delete an existing payment link", "method": "post", "endpoint": "api/paymentlink/delete", "responses": [ { "uuid": "d432c1f0-2043-4c7e-be6e-f61b6b26f99c", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c2360773-08f1-4206-8382-01c96ae91a62", "documentation": "Create a payment link", "method": "post", "endpoint": "api/paymentlink/new", "responses": [ { "uuid": "9cf91a5a-3b5a-4600-b503-39c27481f85b", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5198c5c-99d2-4b9b-b45b-05d314611a33", "documentation": "Return the unique url to the client's payment link", "method": "get", "endpoint": "api/paymentlink/uri", "responses": [ { "uuid": "c4a5abd4-9ddf-433d-a84e-c03549ac9659", "body": "{\n \"Link\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "878dd8cc-323e-4d2b-92ec-c40f4ffd75ef", "documentation": "Return all products for the account", "method": "get", "endpoint": "api/product/all", "responses": [ { "uuid": "db55fef8-c4d3-4386-9aa1-56b15c7c9b33", "body": "{\n \"Count\": {{faker 'number.int' max=99999}},\n \"ErrorMessages\": [\n {\n \"Code\": \"\",\n \"FaultMessage\": \"\",\n \"Group\": \"\",\n \"UserVisibleMessage\": \"\"\n }\n ],\n \"IsFaulted\": {{faker 'datatype.boolean'}},\n \"Result\": [\n {\n \"AccessToken\": \"\",\n \"AfterPaymentDescription\": \"\",\n \"ButtonCallToAction\": \"\",\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"CurrencyId\": {{faker 'number.int' max=99999}},\n \"Description\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"IsFeatured\": {{faker 'datatype.boolean'}},\n \"Name\": \"\",\n \"ShippingAmount\": {{faker 'number.float'}},\n \"ShippingDescription\": \"\",\n \"Status\": \"{{oneOf (array 'Active' 'NotAvailable' 'Inactive')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"TotalWithShipping\": {{faker 'number.float'}},\n \"WhatHappensNextDescription\": \"\"\n }\n ],\n \"TotalCount\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fbf04d9c-b62e-48fb-8137-7944d460f0c0", "documentation": "Delete an existing product", "method": "post", "endpoint": "api/product/delete", "responses": [ { "uuid": "dd401524-7ef4-4d00-b505-b40f840537ef", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fc736f8e-13f7-42ca-8443-6be89fdb70ec", "documentation": "Return product details", "method": "get", "endpoint": "api/product/details", "responses": [ { "uuid": "3ca39304-e276-4751-9af8-3a87c216a530", "body": "{\n \"AccessToken\": \"\",\n \"AfterPaymentDescription\": \"\",\n \"Attachments\": [\n {\n \"Id\": {{faker 'number.int' max=99999}},\n \"Link\": \"\",\n \"ObfuscatedFileName\": \"\",\n \"OriginalFileName\": \"\",\n \"Size\": {{faker 'number.int' max=99999}},\n \"Type\": \"{{oneOf (array 'External' 'Uploaded')}}\"\n }\n ],\n \"ButtonCallToAction\": \"\",\n \"Coupons\": [\n {\n \"Code\": \"\",\n \"DiscountAmount\": {{faker 'number.float'}},\n \"DiscountPercentage\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"ValidUntil\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"Currency\": {\n \"Code\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Symbol\": \"\",\n \"Value\": \"\"\n },\n \"CurrencyId\": {{faker 'number.int' max=99999}},\n \"Description\": \"\",\n \"Discounts\": [\n {\n \"DiscountAmount\": {{faker 'number.float'}},\n \"DiscountPercentage\": {{faker 'number.float'}},\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"ValidFrom\": \"{{faker 'date.recent' 365}}\",\n \"ValidTo\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"Id\": {{faker 'number.int' max=99999}},\n \"IsFeatured\": {{faker 'datatype.boolean'}},\n \"Items\": [\n {\n \"Cost\": {{faker 'number.float'}},\n \"Description\": \"\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"MinimumQuantity\": {{faker 'number.float'}},\n \"ReferenceId\": \"\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TaxAmount\": {{faker 'number.float'}},\n \"TaxId\": {{faker 'number.int' max=99999}},\n \"TaxPercentage\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"WorkTypeId\": {{faker 'number.int' max=99999}}\n }\n ],\n \"Name\": \"\",\n \"PaymentGateways\": [\n {\n \"Name\": \"\"\n }\n ],\n \"ShippingAmount\": {{faker 'number.float'}},\n \"ShippingDescription\": \"\",\n \"Status\": \"{{oneOf (array 'Active' 'NotAvailable' 'Inactive')}}\",\n \"SubTotalAmount\": {{faker 'number.float'}},\n \"TotalAmount\": {{faker 'number.float'}},\n \"TotalWithShipping\": {{faker 'number.float'}},\n \"WhatHappensNextDescription\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fc7e7dea-e07d-4518-afff-d212f6194277", "documentation": "Create a product", "method": "post", "endpoint": "api/product/new", "responses": [ { "uuid": "65fa30ff-f8d4-4990-b660-06bdd6fdcc74", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "abe15797-3923-47a2-81fc-651d361f2dd0", "documentation": "Update an existing product", "method": "post", "endpoint": "api/product/update", "responses": [ { "uuid": "050ae941-576e-4585-b160-bbfb5a330354", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e2f1677e-fa7a-4b19-90f2-81b805e158ad", "documentation": "Return all taxes for the account", "method": "get", "endpoint": "api/tax/all", "responses": [ { "uuid": "4855783a-ba1c-4a4b-a34a-aa9431c0f0e3", "body": "[\n {\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Name\": \"\",\n \"Percentage\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "71cb88ab-e25c-46ef-8410-a5f6a6f4f20c", "documentation": "Delete an existing tax", "method": "post", "endpoint": "api/tax/delete", "responses": [ { "uuid": "672cab0a-7b94-4517-8f63-8da009681ffe", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "43da2d5e-2697-4505-a44e-c106fcc90946", "documentation": "Create a tax", "method": "post", "endpoint": "api/tax/new", "responses": [ { "uuid": "4bf6deda-8d16-4ada-adda-81a4ead06eb0", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b65b9414-9151-4c3a-8bcd-e891a164a885", "documentation": "Update an existing tax", "method": "post", "endpoint": "api/tax/update", "responses": [ { "uuid": "22bd38c8-68e7-4abf-b3b0-6d01c728eeb7", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e85c676d-1c8f-4a58-9748-088c102b8ce4", "documentation": "Return all work types for the account", "method": "get", "endpoint": "api/worktype/all", "responses": [ { "uuid": "36c121ff-6725-4e93-a1e8-5194f03a666a", "body": "[\n {\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Title\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4047b8f4-1404-483a-9312-6359c2172d6b", "documentation": "Delete an existing work type", "method": "post", "endpoint": "api/worktype/delete", "responses": [ { "uuid": "b5292ebf-797a-408e-b479-7eb51dd2f6c5", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e056b44b-3430-4939-b378-555910d6f64b", "documentation": "Return work type details", "method": "get", "endpoint": "api/worktype/details", "responses": [ { "uuid": "59d4864a-4c66-4175-9329-35cd7809405c", "body": "{\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Title\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5e8028d4-c5c1-4cf0-a215-7bb227130221", "documentation": "Create a work type", "method": "post", "endpoint": "api/worktype/new", "responses": [ { "uuid": "5e7d8429-2a38-40a7-90e2-08c91666c575", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3d26dd48-e624-4bc3-a9f3-fc3ad5ab686f", "documentation": "Return all work types for the account that match the query param", "method": "get", "endpoint": "api/worktype/search", "responses": [ { "uuid": "6860ce55-e368-45bc-9fcc-1c37fde606cb", "body": "[\n {\n \"CreatedOn\": \"{{faker 'date.recent' 365}}\",\n \"Id\": {{faker 'number.int' max=99999}},\n \"Title\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "204aa786-60aa-4189-81ba-be09518379e7", "documentation": "Update an existing work type", "method": "post", "endpoint": "api/worktype/update", "responses": [ { "uuid": "8d30a781-0aab-4e69-87fe-52c7fc2691c3", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "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": "c0e6666d-f208-4586-b1a4-2ea8516db367" }, { "type": "route", "uuid": "1426b596-4c30-4e0e-b127-dee0ed75380e" }, { "type": "route", "uuid": "f6b41a51-1004-42dc-acc8-9387293fc0b7" }, { "type": "route", "uuid": "9d1f1bf3-0073-4831-92cb-75f3447c6319" }, { "type": "route", "uuid": "0d1ef4e0-77cc-4a53-897d-51478e89a9a9" }, { "type": "route", "uuid": "bbc48f85-6cfc-4e1c-9425-f2bdf3fc6e38" }, { "type": "route", "uuid": "e9d6eaf6-e0b9-4a03-a6c7-6e21e9ad9392" }, { "type": "route", "uuid": "f1fa925f-2318-475c-9be6-224fe008fbfb" }, { "type": "route", "uuid": "bc90a395-0d51-4929-a3a7-e962913821dc" }, { "type": "route", "uuid": "e0619f53-cd0a-40fb-aba3-97321425b52b" }, { "type": "route", "uuid": "33e2934e-541d-4b19-88e5-8e3668b05833" }, { "type": "route", "uuid": "d76a6875-ebe9-4fdc-9d1a-4f2061c9341a" }, { "type": "route", "uuid": "3049b67a-6b21-42ae-9b16-989a7af19657" }, { "type": "route", "uuid": "93acefc8-bb38-4f2d-aa10-0904e64b83c5" }, { "type": "route", "uuid": "02c363ec-3f39-46d4-b38e-f1751a765cb6" }, { "type": "route", "uuid": "240eeb0b-fb46-446b-be9e-cace95d5bd4c" }, { "type": "route", "uuid": "5d922196-0bd2-4307-a832-e2e261e8f9da" }, { "type": "route", "uuid": "71116c24-fd5f-44c7-a828-cbdefba0efa5" }, { "type": "route", "uuid": "7a91f286-553d-4d94-b601-b45aebb44ed0" }, { "type": "route", "uuid": "f97c1895-30e2-45be-a273-c2427df8d1e2" }, { "type": "route", "uuid": "b84b413b-c847-4afd-b7a2-b3590ccfb3fd" }, { "type": "route", "uuid": "e88288b0-ecba-40c5-9dcf-be01bad3ef22" }, { "type": "route", "uuid": "ccad6af8-f981-4531-88a8-05118dc1cc69" }, { "type": "route", "uuid": "3a17d484-0def-42cd-b913-6e1d03ef4238" }, { "type": "route", "uuid": "11a9a3d2-cd0b-4720-b7da-7eeb7019fa66" }, { "type": "route", "uuid": "b01f4e96-62c4-4863-ab6c-ab55ca22046a" }, { "type": "route", "uuid": "e174067e-5f63-481c-afb2-49cf5f8ea882" }, { "type": "route", "uuid": "a00bc3d1-9342-4ad0-bd9c-5e06889ba6ef" }, { "type": "route", "uuid": "b287f278-42ee-487b-8bca-63333d94d7fa" }, { "type": "route", "uuid": "281ec3f8-aab1-4c80-b836-3034dbe2144b" }, { "type": "route", "uuid": "2afb9752-9aa2-4131-abbd-f9a0ca6b1d09" }, { "type": "route", "uuid": "198bf65a-cf5c-4490-8901-85f39aaaaefa" }, { "type": "route", "uuid": "bae7c5b9-478e-4a29-b861-0930634fe285" }, { "type": "route", "uuid": "f71ed33a-6194-44d1-86fc-d93947b37faa" }, { "type": "route", "uuid": "d0b16014-fd76-481b-b416-1774bfacae67" }, { "type": "route", "uuid": "41e45501-b9b2-4735-820b-e1cbd178e75b" }, { "type": "route", "uuid": "9e2ce2ac-84a7-4989-a02e-e780523f33a8" }, { "type": "route", "uuid": "148e6306-eb40-486a-8ab2-b873a3b73c55" }, { "type": "route", "uuid": "69987f06-8879-4bb6-b680-f0223581b04b" }, { "type": "route", "uuid": "a14ffc98-3e1d-4328-8231-308852b126cb" }, { "type": "route", "uuid": "8016923a-ce33-4282-8dad-ad7f07592620" }, { "type": "route", "uuid": "29fe8b9b-2b02-4115-874f-5ecec3009f1c" }, { "type": "route", "uuid": "15e4e926-c728-48d3-a86f-dd4a5574a030" }, { "type": "route", "uuid": "c2360773-08f1-4206-8382-01c96ae91a62" }, { "type": "route", "uuid": "e5198c5c-99d2-4b9b-b45b-05d314611a33" }, { "type": "route", "uuid": "878dd8cc-323e-4d2b-92ec-c40f4ffd75ef" }, { "type": "route", "uuid": "fbf04d9c-b62e-48fb-8137-7944d460f0c0" }, { "type": "route", "uuid": "fc736f8e-13f7-42ca-8443-6be89fdb70ec" }, { "type": "route", "uuid": "fc7e7dea-e07d-4518-afff-d212f6194277" }, { "type": "route", "uuid": "abe15797-3923-47a2-81fc-651d361f2dd0" }, { "type": "route", "uuid": "e2f1677e-fa7a-4b19-90f2-81b805e158ad" }, { "type": "route", "uuid": "71cb88ab-e25c-46ef-8410-a5f6a6f4f20c" }, { "type": "route", "uuid": "43da2d5e-2697-4505-a44e-c106fcc90946" }, { "type": "route", "uuid": "b65b9414-9151-4c3a-8bcd-e891a164a885" }, { "type": "route", "uuid": "e85c676d-1c8f-4a58-9748-088c102b8ce4" }, { "type": "route", "uuid": "4047b8f4-1404-483a-9312-6359c2172d6b" }, { "type": "route", "uuid": "e056b44b-3430-4939-b378-555910d6f64b" }, { "type": "route", "uuid": "5e8028d4-c5c1-4cf0-a215-7bb227130221" }, { "type": "route", "uuid": "3d26dd48-e624-4bc3-a9f3-fc3ad5ab686f" }, { "type": "route", "uuid": "204aa786-60aa-4189-81ba-be09518379e7" } ] }