{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup Payment API", "version": "core" }, "items": [ { "info": { "name": "Payment", "type": "folder" }, "items": [ { "info": { "name": "Retrieve changes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounting/payments/changes", "params": [ { "name": "since", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "| Property | Description |\r\n| -------------- | ------------------------------------------------------------ |\r\n| GUID | The GUID associated to the payment. |\r\n| RelatedCustomerGuid | The GUID associated to the customer of the payment. Filterable. | \r\n| PaymentTypeListItem | The GUID and description of the payment type. |\r\n| PaymentPointListItem | The GUID and description of the payment point. |\r\n| Amount " }, { "info": { "name": "Find with GUID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounting/payments/:guid", "params": [ { "name": "guid", "value": "", "type": "path" }, { "name": "udf", "value": "", "type": "query" } ] }, "docs": "| Property | Description |\r\n| -------------- | ------------------------------------------------------------ |\r\n| GUID | The GUID associated to the payment. |\r\n| RelatedCustomerGuid | The GUID associated to the customer of the payment. Filterable. | \r\n| PaymentTypeListItem | The GUID and description of the payment type. |\r\n| PaymentPointListItem | The GUID and description of the payment point. |\r\n| Amount " }, { "info": { "name": "Partial update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/accounting/payments/:guid", "params": [ { "name": "guid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "| Property | Description | Required |\r\n| -------------- | ------------------------------------------------------------ | -------- |\r\n| GUID | The GUID associated to the payment. | No |\r\n| RelatedCustomerGuid | The GUID associated to the customer of to the payment. | Yes |\r\n| PaymentTypeListItem | The GUID and description of the payment type. | Yes |\r\n| PaymentPointListItem | The GUID and descript" }, { "info": { "name": "Find with Filters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounting/payments", "params": [ { "name": "filter", "value": "", "type": "query" }, { "name": "max", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "includeCount", "value": "", "type": "query" }, { "name": "udf", "value": "", "type": "query" } ] }, "docs": "| Property | Description |\r\n| -------------- | ------------------------------------------------------------ |\r\n| GUID | The GUID associated to the payment. |\r\n| RelatedCustomerGuid | The GUID associated to the customer of the payment. Filterable. | \r\n| PaymentTypeListItem | The GUID and description of the payment type. |\r\n| PaymentPointListItem | The GUID and description of the payment point. |\r\n| Amount " }, { "info": { "name": "Create or update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounting/payments", "body": { "type": "json", "data": "{}" } }, "docs": "| Property | Description | Required |\r\n| -------------- | ------------------------------------------------------------ | -------- |\r\n| GUID | The GUID associated to the payment. | No |\r\n| RelatedCustomerGuid | The GUID associated to the customer of to the payment. | Yes |\r\n| PaymentTypeListItem | The GUID and description of the payment type. | Yes |\r\n| PaymentPointListItem | The GUID and descript" } ] } ], "bundled": true }