{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup Order API", "version": "core" }, "items": [ { "info": { "name": "Order", "type": "folder" }, "items": [ { "info": { "name": "Retrieve changes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/transport/orders/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 site order.|\r\n| RelatedSiteGuid| The GUID associated to the customer site of the site order.|\r\n| RelatedSiteAreaGuid| The GUID associated to the customer site area of the site order.|\r\n| RelatedSupplierSiteForServiceGuid| The GUID associated to the supplier site for service of the si" }, { "info": { "name": "Find with GUID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/transport/orders/: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 site order.|\r\n| RelatedSiteGuid| The GUID associated to the customer site of the site order.|\r\n| RelatedSiteAreaGuid| The GUID associated to the customer site area of the site order.|\r\n| RelatedSupplierSiteForServiceGuid| The GUID associated to the supplier site for service of the si" }, { "info": { "name": "Partial update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/transport/orders/: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 site order.| No |\r\n| RelatedSiteGuid| The GUID associated to the customer site of the site order.| Yes |\r\n| RelatedSiteAreaGuid| The GUID associated to the customer site area of the site order.| No |\r\n| RelatedSupplierSiteForServiceGuid| The GUID associated to" }, { "info": { "name": "Find with Filters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/transport/orders", "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 site order.|\r\n| RelatedSiteGuid| The GUID associated to the customer site of the site order.|\r\n| RelatedSiteAreaGuid| The GUID associated to the customer site area of the site order.|\r\n| RelatedSupplierSiteForServiceGuid| The GUID associated to the supplier site for service of the si" }, { "info": { "name": "Create or update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/transport/orders", "body": { "type": "json", "data": "{}" } }, "docs": "| Property| Description| Required |\r\n| ------------------------------------------------- | --------------------------------------------------------------------------------------------------| -------- |\r\n| GUID| The GUID associated to the site order.| No |\r\n| RelatedSiteGuid| The GUID associated to the customer site of the site order.| Yes |\r\n| RelatedSiteAreaGuid| The GUID associated to the customer site area of the site order.| No |\r\n| RelatedSupplierSiteForServiceGuid| The GUID associated to" } ] } ], "bundled": true }