{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup Charge API", "version": "core" }, "items": [ { "info": { "name": "Charge", "type": "folder" }, "items": [ { "info": { "name": "Retrieve changes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounting/charges/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 contact. Filterable |\r\n| RelatedSiteOrderGuid| The related site order Guid. Filterable | \r\n| RelatedJobGuid| The related Job Guid. Filterable | \r\n| RelatedLiftEventGuid| The related Lift event Guid. Filterable | \r\n| RelatedPriceGuid| The related Price Guid. Filterable |\r\n| RelatedRo" }, { "info": { "name": "Find with GUID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounting/charges/: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 contact. Filterable |\r\n| RelatedSiteOrderGuid| The related site order Guid. Filterable | \r\n| RelatedJobGuid| The related Job Guid. Filterable | \r\n| RelatedLiftEventGuid| The related Lift event Guid. Filterable | \r\n| RelatedPriceGuid| The related Price Guid. Filterable |\r\n| RelatedRo" }, { "info": { "name": "Partial update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/accounting/charges/: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 contact. | Yes |\r\n| RelatedSiteOrderGuid| The related site order Guid. | Yes | \r\n| RelatedJobGuid| The related Job Guid. | No |\r\n| RelatedLiftEventGuid| The related Lift event Guid. | No |\r\n| RelatedPriceGuid| The related Price Guid. | No |\r\n| Rel" }, { "info": { "name": "Find with Filters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounting/charges", "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 contact. Filterable |\r\n| RelatedSiteOrderGuid| The related site order Guid. Filterable | \r\n| RelatedJobGuid| The related Job Guid. Filterable | \r\n| RelatedLiftEventGuid| The related Lift event Guid. Filterable | \r\n| RelatedPriceGuid| The related Price Guid. Filterable |\r\n| RelatedRo" } ] } ], "bundled": true }